Skip to content

Commit 24af577

Browse files
committed
#2267 fixed legend
1 parent 8b203e6 commit 24af577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/CalendarPage/DesignReviewDetailPage/UserAvailabilitesView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const UserAvailabilites: React.FC<UserAvailabilitiesProps> = ({
6060
}}
6161
>
6262
<Box sx={{ display: 'flex', justifyContent: 'center' }}>
63-
<Typography style={{ marginRight: '10px' }}>0/0</Typography>
63+
<Typography style={{ marginRight: '10px' }}>0/{totalUsers}</Typography>
6464
{Array.from({ length: 6 }, (_, i) => (
6565
<Box
6666
sx={{

0 commit comments

Comments
 (0)