Fixed bug where wrong fab would show on character tab if spell tab was hidden

This commit is contained in:
Stefan Zermatten
2021-04-11 11:01:31 +02:00
parent 9814e20091
commit 0f37a49b95
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
<v-tab-item>
<inventory-tab :creature-id="creatureId" />
</v-tab-item>
<v-tab-item v-if="!creature.settings.hideSpellsTab">
<v-tab-item v-show="!creature.settings.hideSpellsTab">
<spells-tab :creature-id="creatureId" />
</v-tab-item>
<v-tab-item>

View File

@@ -101,7 +101,7 @@
<v-tab>
Inventory
</v-tab>
<v-tab v-if="!creature.settings.hideSpellsTab">
<v-tab v-show="!creature.settings.hideSpellsTab">
Spells
</v-tab>
<v-tab>