Fix eslint errors

This commit is contained in:
prototypa
2022-11-06 14:28:07 -05:00
parent 0571bd5eaf
commit 41317ac259
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ export const getFormattedDate = (date) =>
year: 'numeric',
month: 'short',
day: 'numeric',
})
})
: '';