Skip to content

Commit 2b6a2c6

Browse files
committed
fix(inscriptionedition): Do no display attribution information when missing
1 parent a2a7b51 commit 2b6a2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/inscription/InscriptionEdition.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{/if}
113113
</Button.Root>
114114
</div>
115-
{#if attribution}
115+
{#if attribution && attribution !== 'Unknown'}
116116
<div class="attribution">
117117
{@html attribution}
118118
</div>

0 commit comments

Comments
 (0)