This commit is contained in:
dangered wolf 2024-02-09 19:00:40 -05:00
parent 4ee8ae9e9a
commit 114d441b6b
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -12,6 +12,7 @@ export const calculateTimeLeft = (date: Date) => {
return { days, hours, minutes, seconds };
};
/* TODO: Refactor to support pluralization of other languages */
export const calculateTimeLeftString = (date: Date) => {
const { days, hours, minutes, seconds } = calculateTimeLeft(date);
const daysString =