Skip to content

Commit 1ab6f2e

Browse files
committed
Hide title if missing
1 parent 03f195d commit 1ab6f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ watch(() => state.ppn, async (ppn) => {
384384
:href="'https://opac.k10plus.de/DB=2.299/PPNSET?PPN='+ state.ppn"><i-mdi-file /> {{ state.ppn }}</a>
385385
</td>
386386
</tr>
387-
<tr>
387+
<tr v-if="state.titleName">
388388
<th>Titel</th>
389-
<td>{{ state.titleName || "?" }}</td>
389+
<td>{{ state.titleName }}</td>
390390
</tr>
391391
<tr>
392392
<th>Sacherschließung</th>

0 commit comments

Comments
 (0)