Skip to content

Commit

Permalink
Show "Online access" text for online reservations- user reservation list
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Nov 15, 2023
1 parent 76a247f commit 30f11a3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ const ReservationInfo: FC<ReservationInfoProps> = ({
color={success as string}
percent={100}
info={getInfo()}
label={[pickupLibrary, pickupNumber || ""]}
label={[
pickupLibrary,
pickupNumber || t("reservationListDigitalPickupText")
]}
reservationInfo={reservationInfo}
openReservationDetailsModal={openReservationDetailsModal}
empty={!showStatusCircleIcon}
Expand Down

0 comments on commit 30f11a3

Please sign in to comment.