forked from Mirrors/elk
fix: Notifications only mentions tab
This commit is contained in:
parent
726a581add
commit
ae32cf87a7
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ useHeadFixed({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<TimelineNotifications v-if="isMastoInitialised" />
|
<TimelineMentions v-if="isMastoInitialised" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue