fixed issue where buttons in book list did not appear
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user