This commit is contained in:
mgabdev
2020-04-28 01:33:58 -04:00
parent 763694b5ab
commit c3d0d8bde2
87 changed files with 1392 additions and 826 deletions

View File

@@ -41,7 +41,7 @@ class Following extends ImmutablePureComponent {
hasMore: PropTypes.bool,
}
componentWillMount() {
componentDidMount() {
const { accountId } = this.props
if (!!accountId && accountId !== -1) {
@@ -67,7 +67,7 @@ class Following extends ImmutablePureComponent {
account,
accountIds,
hasMore,
intl
intl,
} = this.props
if (!account) return null