Updated WhoToFollowPanel to be UserSuggestionsPanel and included related, verified

• Updated:
- WhoToFollowPanel to be UserSuggestionsPanel and included related, verified
- All pages, layouts to use new component

• Removed:
- VerifiedAccountsPanel
This commit is contained in:
mgabdev
2020-09-01 11:54:01 -05:00
parent 6fe9b69d95
commit 38a4f1ed7f
15 changed files with 61 additions and 128 deletions

View File

@@ -11,7 +11,7 @@ import {
GroupsPanel,
ProgressPanel,
TrendsPanel,
WhoToFollowPanel,
UserSuggestionsPanel,
} from '../features/ui/util/async_components'
class CommunityPage extends React.PureComponent {
@@ -38,7 +38,7 @@ class CommunityPage extends React.PureComponent {
layout={[
ProgressPanel,
TrendsPanel,
WhoToFollowPanel,
UserSuggestionsPanel,
GroupsPanel,
LinkFooter,
]}