From de945e5f88919fe27f4cb16735d6d91a26ec95c9 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Tue, 16 Apr 2019 23:29:11 -0400
Subject: Revert "recover border between basic-user-card using list component"
This reverts commit 1d56d486f1f679e793e710969ad54cce5fdb1ebc.
# Conflicts:
# src/components/follow_requests/follow_requests.vue
# src/components/user_search/user_search.vue
# src/components/who_to_follow/who_to_follow.vue
---
src/components/who_to_follow/who_to_follow.js | 4 +---
src/components/who_to_follow/who_to_follow.vue | 6 +-----
2 files changed, 2 insertions(+), 8 deletions(-)
(limited to 'src/components/who_to_follow')
diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js
index 9b100334..be0b8827 100644
--- a/src/components/who_to_follow/who_to_follow.js
+++ b/src/components/who_to_follow/who_to_follow.js
@@ -1,11 +1,9 @@
import apiService from '../../services/api/api.service.js'
import FollowCard from '../follow_card/follow_card.vue'
-import List from '../list/list.vue'
const WhoToFollow = {
components: {
- FollowCard,
- List
+ FollowCard
},
data () {
return {
diff --git a/src/components/who_to_follow/who_to_follow.vue b/src/components/who_to_follow/who_to_follow.vue
index 412a2fbe..8bc9a728 100644
--- a/src/components/who_to_follow/who_to_follow.vue
+++ b/src/components/who_to_follow/who_to_follow.vue
@@ -4,11 +4,7 @@
{{$t('who_to_follow.who_to_follow')}}
-
-
-
-
-
+
--
cgit v1.2.3-70-g09d2