fix: don't try to format invalid dates as ISO
This commit is contained in:
parent
2e77df2db2
commit
50c3bcd793
2 changed files with 6 additions and 3 deletions
|
|
@ -18,8 +18,7 @@ declare global {
|
|||
}
|
||||
}
|
||||
|
||||
import {formatDate, formatDateShort, formatDateLong, formatDateSince} from '@/helpers/time/formatDate'
|
||||
import {formatISO} from 'date-fns'
|
||||
import {formatDate, formatDateShort, formatDateLong, formatDateSince, formatISO} from '@/helpers/time/formatDate'
|
||||
// @ts-ignore
|
||||
import {VERSION} from './version.json'
|
||||
|
||||
|
|
|
|||
Reference in a new issue