1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-12 20:09:59 +00:00

fix: add missing notification status card

This commit is contained in:
Shinigami92 2022-11-26 23:04:39 +01:00
parent a05880d922
commit bdcaab6933

View file

@ -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>