mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Show counts on entity list tabs (#2169)
This commit is contained in:
committed by
GitHub
parent
849c590b2a
commit
90a4931bdc
@@ -117,7 +117,7 @@ export const SettingsServicesPanel: React.FC = () => {
|
||||
function renderDeadline(until?: string) {
|
||||
if (until) {
|
||||
const deadline = new Date(until);
|
||||
return `until ${deadline.toLocaleString()}`;
|
||||
return `until ${intl.formatDate(deadline)}`;
|
||||
}
|
||||
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user