diff options
| author | eugenijm <eugenijm@protonmail.com> | 2019-02-18 17:49:32 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2019-04-01 23:30:06 +0300 |
| commit | 6b6878bde06b375b1e715a3557f153acc73a8af0 (patch) | |
| tree | ba97b5f4a364c05122cd657140d9fa34ca6f1616 /src/components/user_profile/user_profile.js | |
| parent | ac28e8c2f981b6584f0103e10b0a5f5b025fcaae (diff) | |
Added moderation menu
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 1df06fe6..540de955 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -3,6 +3,7 @@ import get from 'lodash/get' import UserCard from '../user_card/user_card.vue' import FollowCard from '../follow_card/follow_card.vue' import Timeline from '../timeline/timeline.vue' +import ModerationTools from '../moderation_tools/moderation_tools.vue' import withLoadMore from '../../hocs/with_load_more/with_load_more' import withList from '../../hocs/with_list/with_list' @@ -155,7 +156,8 @@ const UserProfile = { UserCard, Timeline, FollowerList, - FriendList + FriendList, + ModerationTools } } |
