From 683377fb6a8bb7fab55a0d95f6bbb5c1ef6b76c2 Mon Sep 17 00:00:00 2001 From: M1kola Date: Wed, 24 May 2023 16:04:36 +0300 Subject: [PATCH] task add users --- src/components/ProfileCalendar/ProfileCalendarComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProfileCalendar/ProfileCalendarComponent.js b/src/components/ProfileCalendar/ProfileCalendarComponent.js index f3397f75..bff48ee6 100644 --- a/src/components/ProfileCalendar/ProfileCalendarComponent.js +++ b/src/components/ProfileCalendar/ProfileCalendarComponent.js @@ -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";