mirror of
https://github.com/elk-zone/elk
synced 2025-01-19 05:42:50 +09:00
fix: add missing notification status card
This commit is contained in:
parent
a05880d922
commit
bdcaab6933
@ -41,7 +41,7 @@ const { notification } = defineProps<{
|
||||
</div>
|
||||
<StatusCard :status="notification.status!" p3 />
|
||||
</template>
|
||||
<template v-else-if="notification.type === 'mention' || notification.type === 'poll'">
|
||||
<template v-else-if="notification.type === 'mention' || notification.type === 'poll' || notification.type === 'status'">
|
||||
<StatusCard :status="notification.status!" p3 />
|
||||
</template>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user