mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix minute label formatting. Closes #3088
This commit is contained in:
parent
f7bdd5c54e
commit
c527819fd4
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ export function renderDateLabels(unit: string, locale: string) {
|
|||
|
||||
switch (unit) {
|
||||
case 'minute':
|
||||
return formatDate(d, 'h:mm', locale);
|
||||
case 'hour':
|
||||
return formatDate(d, 'p', locale);
|
||||
case 'day':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue