fix: improve notifications
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-10-27 15:32:10 +02:00
parent 96e44bf225
commit 7fc2fb7ae1
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 5 deletions

View File

@ -16,11 +16,7 @@
</div>
<div
class="buttons is-right"
v-if="
item.data &&
item.data.actions &&
item.data.actions.length > 0
"
v-if="item.data?.actions?.length > 0"
>
<x-button
:key="'action_' + i"