]> cat aescling's git repositories - mastodon.git/commitdiff
Add missing back button header for invalid account (#12094)
authortrwnh <a@trwnh.com>
Mon, 7 Oct 2019 02:33:31 +0000 (21:33 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 7 Oct 2019 02:33:31 +0000 (04:33 +0200)
Should fix #6786

app/javascript/mastodon/features/account_timeline/index.js

index 69bab1e86eaba301df39d21a8fe609e367463362..8d0cbe5a197b1f8331a85af1bd60191199932848 100644 (file)
@@ -83,6 +83,7 @@ class AccountTimeline extends ImmutablePureComponent {
     if (!isAccount) {
       return (
         <Column>
+          <ColumnBackButton multiColumn={multiColumn} />
           <MissingIndicator />
         </Column>
       );