diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue
index b77405688..84d507564 100644
--- a/webapp/pages/profile/_id/_slug.vue
+++ b/webapp/pages/profile/_id/_slug.vue
@@ -187,6 +187,7 @@
primary
/>
+
+
+
+
+
+
+
+
-
+
@@ -315,6 +327,7 @@ export default {
methods: {
handleTab(tab) {
this.tabActive = tab
+ this.Post = null
this.filter = tabToFilterMapping({ tab, id: this.$route.params.id })
},
uniq(items, field = 'id') {