summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>