diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-09-28 13:24:34 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-09-28 13:24:34 +0200 |
commit | c4ccbbccabf2ed6a899e3ca46fa9c2f8bf72b269 (patch) | |
tree | 2123cb37613d91a9446d9030e6d43600eea6a7e8 | |
parent | 345b64340bd3dfae4e127eeba1cb7fbdd0a2763d (diff) |
Fixup style issue
-rw-r--r-- | app/javascript/flavours/glitch/features/account_timeline/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/account_timeline/index.js b/app/javascript/flavours/glitch/features/account_timeline/index.js index 0d091579d..776687486 100644 --- a/app/javascript/flavours/glitch/features/account_timeline/index.js +++ b/app/javascript/flavours/glitch/features/account_timeline/index.js @@ -86,7 +86,7 @@ class AccountTimeline extends ImmutablePureComponent { componentDidMount () { const { params: { acct }, accountId, dispatch } = this.props; - + if (accountId) { this._load(); } else { |