Merge pull request #95 from apuc/fix

task add users
This commit is contained in:
NikoM1k 2023-05-24 16:04:58 +03:00 committed by GitHub
commit 1102d01284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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