dunning implementation of the notifications

This commit is contained in:
Čarodej
2022-06-09 18:08:49 +02:00
parent f3bfe9a0cc
commit 9bc8a9b27c
4 changed files with 113 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
class="vue-feather text-theme shrink-0"
/>
<alert-triangle-icon
v-if="['billing-alert', 'insufficient-balance'].includes(notification.data.attributes.category)"
v-if="['billing-alert', 'insufficient-balance', 'payment-alert'].includes(notification.data.attributes.category)"
size="22"
class="vue-feather text-theme shrink-0"
/>