Skip to content

Commit

Permalink
fix(frontend): type in field name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 10, 2024
1 parent 2c03c14 commit 2cde63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
</p>
<dl>
<dt>Settlement</dt>
<dd>{inscription.settlement || 'N/A'}</dd>
<dt>Repository</dt>
<dd>{inscription.repository?._ || 'N/A'}</dd>
<dt>Language</dt>
<dd>{inscription.textLang?._ || 'N/A'}</dd>
Expand Down

0 comments on commit 2cde63e

Please sign in to comment.