]> cat aescling's git repositories - mastodon.git/commitdiff
Fixup style issue
authorClaire <claire.github-309c@sitedethib.com>
Tue, 28 Sep 2021 11:24:34 +0000 (13:24 +0200)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 28 Sep 2021 11:24:34 +0000 (13:24 +0200)
app/javascript/flavours/glitch/features/account_timeline/index.js

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