Fixed prod

This commit is contained in:
MaxOvs19 2023-05-24 16:10:32 +03:00
commit 70b3845755

View File

@ -74,7 +74,7 @@ export const ProfileCalendarComponent = React.memo(
new Date(day).getMonth() + 1 new Date(day).getMonth() + 1
)}-${correctDay(new Date(day).getDate())}` === date.created_at )}-${correctDay(new Date(day).getDate())}` === date.created_at
) { ) {
return; return "#";
} }
} }
return "../../report"; return "../../report";