forked from Mirrors/elk
fix: add missing notification status card (#99)
This commit is contained in:
parent
2c774eba98
commit
c2af403e6a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const { notification } = defineProps<{
|
||||||
</div>
|
</div>
|
||||||
<StatusCard :status="notification.status!" p3 />
|
<StatusCard :status="notification.status!" p3 />
|
||||||
</template>
|
</template>
|
||||||
<template v-if="notification.type === 'mention' || notification.type === 'poll'">
|
<template v-if="notification.type === 'mention' || notification.type === 'poll' || notification.type === 'status'">
|
||||||
<StatusCard :status="notification.status!" p3 />
|
<StatusCard :status="notification.status!" p3 />
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue