aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/follow_list/follow_list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/follow_list/follow_list.js b/src/components/follow_list/follow_list.js
index 7771d61a..45b39f42 100644
--- a/src/components/follow_list/follow_list.js
+++ b/src/components/follow_list/follow_list.js
@@ -56,7 +56,7 @@ const FollowList = {
}
},
watch: {
- '$route': 'fetchEntries'
+ 'user': 'fetchEntries'
},
components: {
UserCard