Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2026-01-27 18:51:05 -08:00
commit c3dad5b7ef

View file

@ -11,7 +11,6 @@ export function renderDateLabels(unit: string, locale: string) {
switch (unit) { switch (unit) {
case 'minute': case 'minute':
return formatDate(d, 'h:mm', locale);
case 'hour': case 'hour':
return formatDate(d, 'p', locale); return formatDate(d, 'p', locale);
case 'day': case 'day':