mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-25 20:59:28 +00:00
chore: lint with tabwidth: 2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export function formatDate(date: string | undefined) {
|
||||
if (!date) {
|
||||
return ''
|
||||
}
|
||||
if (!date) {
|
||||
return ''
|
||||
}
|
||||
|
||||
return new Date(date).toLocaleDateString('ru-RU')
|
||||
return new Date(date).toLocaleDateString('ru-RU')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user