work on next13
This commit is contained in:
@@ -3,6 +3,6 @@ export const isToday = (date: Date) => {
|
||||
return (
|
||||
today.getDate() === date.getDate() &&
|
||||
today.getMonth() === date.getMonth() &&
|
||||
date.getFullYear() === date.getFullYear()
|
||||
today.getFullYear() === date.getFullYear()
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user