diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue
index ce9ba422b..9026116cb 100644
--- a/webapp/pages/profile/_id/_slug.vue
+++ b/webapp/pages/profile/_id/_slug.vue
@@ -202,11 +202,11 @@
@@ -331,6 +331,10 @@ export default {
},
},
methods: {
+ removePostFromList(index) {
+ this.activePosts.splice(index, 1)
+ this.$apollo.queries.User.refetch()
+ },
handleTab(tab) {
this.tabActive = tab
this.Post = null