aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-07-15 06:50:31 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-07-15 06:50:31 +0000
commit0c064105841608c93649992eeb609e63b73ad595 (patch)
tree1483d2fbdc42abe43aefefc9a27c25ecdcb68dcf /src/components/user_profile/user_profile.js
parent0a7c60c30376dfa0bb3058b16f0e59485f5397c6 (diff)
parentff90d864ccccd33e9d2cfb7ef64afa2486c537a0 (diff)
Merge branch '482-subscribe-user' into 'develop'
Implement ability to subscribe to a user Closes #482 See merge request pleroma/pleroma-fe!771
Diffstat (limited to 'src/components/user_profile/user_profile.js')
-rw-r--r--src/components/user_profile/user_profile.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index 7eb4ed3a..39b99dac 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -3,7 +3,6 @@ import UserCard from '../user_card/user_card.vue'
import FollowCard from '../follow_card/follow_card.vue'
import Timeline from '../timeline/timeline.vue'
import Conversation from '../conversation/conversation.vue'
-import ModerationTools from '../moderation_tools/moderation_tools.vue'
import List from '../list/list.vue'
import withLoadMore from '../../hocs/with_load_more/with_load_more'
@@ -132,7 +131,6 @@ const UserProfile = {
Timeline,
FollowerList,
FriendList,
- ModerationTools,
FollowCard,
Conversation
}