Fixup style issue

This commit is contained in:
Claire 2021-09-28 13:24:34 +02:00
parent 345b64340b
commit c4ccbbccab

View file

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