We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ec194 commit 046a8f8Copy full SHA for 046a8f8
1 file changed
apps/ui/pages/reservation-unit/[id].tsx
@@ -1091,8 +1091,7 @@ const ReservationUnit = ({
1091
isReservationQuotaReached ? "Full" : ""
1092
}`,
1093
{
1094
- count:
1095
- reservationUnit.numActiveUserReservations ?? 0,
+ count: userReservations?.length,
1096
total: reservationUnit.maxReservationsPerUser,
1097
}
1098
)}
0 commit comments