Merge pull request #1225 from raphaelcangucu/feature.pt-BR

Translation fixes on LeftSideBar
This commit is contained in:
Amruth Pillai
2023-02-10 08:33:56 +05:30
committed by GitHub
12 changed files with 656 additions and 7 deletions

View File

@ -32,7 +32,7 @@ export const formatDateString = (date: string | DateRange, formatStr: string): s
if (isString(date)) {
if (!dayjs(date).isValid()) return null;
return dayjs.utc(date).local().format(formatStr);
return dayjs.utc(date).format(formatStr);
}
// If `date` is a DateRange