diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index a22b8722..37179ce1 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -16,7 +16,7 @@ const UserProfile = {
     }
   },
   destroyed () {
-    this.cleanUp(this.userId)
+    this.cleanUp()
   },
   computed: {
     timeline () {