diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-26 01:01:25 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-26 01:01:25 +0300 |
| commit | 9d09e4090fe37b5cbc775e4e9ae8097610ffd952 (patch) | |
| tree | 13e03f5b092a5982b5cc27be2a401374cc98bc50 /src/components/notification/notification.vue | |
| parent | 83e5ee549472591b782c36d2321aceec0547cf18 (diff) | |
multiple fixes
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 0e46a2a7..044ac871 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -157,11 +157,9 @@ </router-link> </div> <template v-else> - <status + <status-content class="faint" - :compact="true" - :statusoid="notification.action" - :no-heading="true" + :status="notification.action" /> </template> </div> |
