Fixed hiding rest btn w/out events breaks statsTab
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
@remove="softRemove"
|
@remove="softRemove"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-if="!creature.settings.hideRestButtons || (properties.action.event && properties.action.event.length)"
|
v-if="!creature.settings.hideRestButtons || (properties.action && properties.action.event && properties.action.event.length)"
|
||||||
class="character-buttons"
|
class="character-buttons"
|
||||||
>
|
>
|
||||||
<v-card>
|
<v-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user