mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 01:24:02 -05:00
Fixup style issue
This commit is contained in:
parent
345b64340b
commit
c4ccbbccab
@ -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
Block a user