Skip to content

Commit 48af7b3

Browse files
committed
Display barcode.
1 parent e44a3a7 commit 48af7b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/modal/ViewAlbumDetails.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ const ViewAlbumDetails: React.FC<DisplayProps> = ({ album, open, onClose }) => (
6767
</p>
6868
</IonLabel>
6969
</IonItem>
70+
<IonItem>
71+
<IonLabel>
72+
<h2>Barcode</h2>
73+
<p>{album.barcode ?? ""}&nbsp;</p>
74+
</IonLabel>
75+
</IonItem>
7076
</IonList>
7177
</IonContent>
7278
</IonModal>

0 commit comments

Comments
 (0)