WIP
This commit is contained in:
@@ -28,7 +28,7 @@ const formatDate = (date: string) => {
|
||||
: month && year
|
||||
? `${month} ${year}`
|
||||
: year
|
||||
? year
|
||||
? String(year)
|
||||
: "";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user