mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
Merge pull request #1225 from raphaelcangucu/feature.pt-BR
Translation fixes on LeftSideBar
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user