Progress
This commit is contained in:
@@ -41,7 +41,7 @@ class AccountGallery extends ImmutablePureComponent {
|
||||
componentDidMount() {
|
||||
const { accountId } = this.props
|
||||
|
||||
if (accountId) {
|
||||
if (accountId && accountId !== -1) {
|
||||
this.props.dispatch(expandAccountMediaTimeline(accountId))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user