Removed orphane code and root package-lock

This commit is contained in:
2023-08-12 12:28:38 +03:00
parent 6241fafbc6
commit 79ff0a3813
4 changed files with 6 additions and 14 deletions

View File

@ -13,7 +13,7 @@ const UserCategoriesNames: Record<UserCategory, string> = {
const userCategoriesInfos: Record<UserCategory, (ann: Announcement) => string> = {
givingOut: (ann: Announcement) => (
`Годен до ${new Date(ann.bestBy).toLocaleDateString('ru')}`
`Годен до ${ann.bestBy}`
),
needDispose: (ann: Announcement) => (
`Было заинтересно ${ann.bookedBy} чел.`