mirror of
https://github.com/open-webui/open-webui.git
synced 2026-02-24 04:00:31 +01:00
refac
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user