diff options
| author | dave <starpumadev@gmail.com> | 2019-04-08 21:04:59 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-04-08 21:04:59 -0400 |
| commit | d3218807b4b363a09795857f9f366ad2a40d7d07 (patch) | |
| tree | 35b364175d367b28e0411548cd92400934ce1e4f /src/components/user_profile/user_profile.js | |
| parent | b0da32fea20b53d7dc63222c4e0ec3e2c62e3081 (diff) | |
| parent | 546ced43d9edbaf176f71b010aadc11bf7e5e851 (diff) | |
#436 - merge develop
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 } } |
