summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-09-16 18:16:54 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-14 15:35:49 +0200
commit90e972c6cbd2f66b3566a4a44373a1d812cc142f (patch)
treeb563aea93e4e7b09ac0a534efbf42b459101f70d
parentd95fdc0d5cff031310d4402d7527c41408ba7cd2 (diff)
🐛 FIX: don't show composer on 'liked' timelinenotification-timeline-improvements
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
-rw-r--r--src/views/Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index bf462df0..51c9ae77 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -21,7 +21,7 @@
</div>
</div>
</transition>
- <composer v-if="type !== 'notifications' && type !== 'single-post'" />
+ <composer v-if="type !== 'notifications' && type !== 'single-post' && type !== 'liked'" />
<h2 v-if="type === 'tags'">
#{{ this.$route.params.tag }}
</h2>