fixed issue where buttons in book list did not appear

This commit is contained in:
2026-03-25 15:58:20 +01:00
parent 315d7db56a
commit 950340beed

View File

@@ -67,7 +67,7 @@ async function importInventaireEdition(inventaireid) {
<div class="has-text-text-65 is-size-6" v-if="props.description">{{ description }}</div>
</div>
</div>
<div v-if="!inventaireid" class="column is-narrow">
<div v-if="id && id != 0" class="column is-narrow">
<button @click="" class="button is-large verticalbutton">
<span class="icon" :title="$t('booklistelement.wantread')">
<b-icon-eye-fill v-if="props.wantread" />