mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
refac
This commit is contained in:
parent
691a04f0dd
commit
690686f3c7
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
if (days > 0) return `${days}d`;
|
||||
if (hours > 0) return `${hours}h`;
|
||||
if (minutes > 0) return `${minutes}m`;
|
||||
return 'now';
|
||||
return '1m';
|
||||
}
|
||||
|
||||
let chat = null;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue