Skip to content

Commit

Permalink
Revert "fix: notification amount showing old number"
Browse files Browse the repository at this point in the history
This reverts commit fff8fc4.
  • Loading branch information
joonatank committed May 21, 2024
1 parent 18ec194 commit 046a8f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/ui/pages/reservation-unit/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,7 @@ const ReservationUnit = ({
isReservationQuotaReached ? "Full" : ""
}`,
{
count:
reservationUnit.numActiveUserReservations ?? 0,
count: userReservations?.length,
total: reservationUnit.maxReservationsPerUser,
}
)}
Expand Down

0 comments on commit 046a8f8

Please sign in to comment.