Fixup style issue

master
Claire 2021-09-28 13:24:34 +02:00
parent 345b64340b
commit c4ccbbccab
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class AccountTimeline extends ImmutablePureComponent {
componentDidMount () {
const { params: { acct }, accountId, dispatch } = this.props;
if (accountId) {
this._load();
} else {