Skip to content

Commit c85ba96

Browse files
committed
feat(museum): Display inventory number in the inscription table
1 parent d9359aa commit c85ba96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/routes/museum/[slug]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777

7878
<section class="inscriptions">
7979
<h2>Inscriptions</h2>
80-
<InscriptionTable {inscriptions} />
81-
</section>
80+
<InscriptionTable {inscriptions} showInventoryNumber={true} />
81+
</section>
8282
</article>
8383

8484
<style>

0 commit comments

Comments
 (0)