fix: add missing notification status card

pull/150/head
Shinigami92 2022-11-26 23:04:39 +01:00
rodzic a05880d922
commit bdcaab6933
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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