fix: Notifications only mentions tab

zio/stable
patak 2022-12-28 15:23:24 +01:00
parent 726a581add
commit ae32cf87a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ useHeadFixed({
</script> </script>
<template> <template>
<TimelineNotifications v-if="isMastoInitialised" /> <TimelineMentions v-if="isMastoInitialised" />
</template> </template>