diff options
Diffstat (limited to 'src/components/who_to_follow_panel')
| -rw-r--r-- | src/components/who_to_follow_panel/who_to_follow_panel.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.js b/src/components/who_to_follow_panel/who_to_follow_panel.js index 4507d9e5..c2df6899 100644 --- a/src/components/who_to_follow_panel/who_to_follow_panel.js +++ b/src/components/who_to_follow_panel/who_to_follow_panel.js @@ -92,7 +92,9 @@ const WhoToFollowPanel = { }, suggestionsEnabled () { return this.$store.state.instance.suggestionsEnabled - }, + } + }, + methods: { userProfileLink (id, name) { return generateProfileLink(id, name) } |
