fix: improve notifications #2583

Merged
konrad merged 1 commits from dpschen/frontend:feature/improve-notifications into main 2022-10-27 19:49:18 +00:00
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"