From 262760d2586cac48da27cf7eb5389116d4023dfe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 10 Apr 2019 21:48:42 +0300 Subject: revert unnecessary changes --- .../who_to_follow_panel/who_to_follow_panel.js | 2 +- .../who_to_follow_panel/who_to_follow_panel.vue | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'src/components/who_to_follow_panel') 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 7d01678b..a56a27ea 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 @@ -29,7 +29,7 @@ function getWhoToFollow (panel) { panel.usersToFollow.forEach(toFollow => { toFollow.name = 'Loading...' }) - apiService.suggestions({ credentials: credentials }) + apiService.suggestions({credentials: credentials}) .then((reply) => { showWhoToFollow(panel, reply) }) diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.vue b/src/components/who_to_follow_panel/who_to_follow_panel.vue index c3e7c57c..25e3a9f6 100644 --- a/src/components/who_to_follow_panel/who_to_follow_panel.vue +++ b/src/components/who_to_follow_panel/who_to_follow_panel.vue @@ -3,22 +3,17 @@
- {{ $t('who_to_follow.who_to_follow') }} + {{$t('who_to_follow.who_to_follow')}}
- - - - {{ user.name }} -
+ + + + {{user.name}} +
- - {{ $t('who_to_follow.more') }} - + {{$t('who_to_follow.more')}}
-- cgit v1.2.3-70-g09d2