Fixup style issue

master
Claire 3 years ago
parent 345b64340b
commit c4ccbbccab
  1. 2
      app/javascript/flavours/glitch/features/account_timeline/index.js

@ -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…
Cancel
Save