fixed attacks not displaying if no actions display
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="actions.length"
|
||||
v-if="actions.length || attacks.length"
|
||||
class="actions"
|
||||
>
|
||||
<v-card>
|
||||
|
||||
Reference in New Issue
Block a user