fix: Notifications only mentions tab
parent
726a581add
commit
ae32cf87a7
|
@ -6,5 +6,5 @@ useHeadFixed({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<TimelineNotifications v-if="isMastoInitialised" />
|
<TimelineMentions v-if="isMastoInitialised" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue