This commit is contained in:
Maciej Caderek
2022-01-19 02:43:21 +01:00
parent b7d1ca9329
commit 96067e8a25

View File

@@ -28,7 +28,7 @@ const formatDate = (date: string) => {
: month && year : month && year
? `${month} ${year}` ? `${month} ${year}`
: year : year
? year ? String(year)
: ""; : "";
}; };