Fixup style issue
parent
02e245bd88
commit
e8a7f34442
|
@ -86,7 +86,7 @@ class AccountTimeline extends ImmutablePureComponent {
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
const { params: { acct }, accountId, dispatch } = this.props;
|
const { params: { acct }, accountId, dispatch } = this.props;
|
||||||
|
|
||||||
if (accountId) {
|
if (accountId) {
|
||||||
this._load();
|
this._load();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue