Skip to content

Commit

Permalink
Show "online access" label for all digital materials
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Nov 16, 2023
1 parent 3a3f5ff commit d731fc8
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ const ReservationInfo: FC<ReservationInfoProps> = ({
color={success as string}
percent={100}
info={getInfo()}
label={[
pickupLibrary,
pickupNumber || t("reservationListDigitalPickupText")
]}
label={
!isDigital
? [pickupLibrary, pickupNumber || ""]
: [t("reservationListDigitalPickupText")]
}
reservationInfo={reservationInfo}
openReservationDetailsModal={openReservationDetailsModal}
empty={!showStatusCircleIcon}
Expand Down

0 comments on commit d731fc8

Please sign in to comment.