summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrwnh <a@trwnh.com>2019-10-06 21:33:31 -0500
committerEugen Rochko <eugen@zeonfederated.com>2019-10-07 04:33:31 +0200
commit95f21ab87f3d459311c411cf429ac051a668218f (patch)
tree77a52b92773e11c1150f68336f0a232e978ea131
parent38b6c34e32e2624b1c110809428642dcd1f69c82 (diff)
Add missing back button header for invalid account (#12094)
Should fix #6786
-rw-r--r--app/javascript/mastodon/features/account_timeline/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/features/account_timeline/index.js b/app/javascript/mastodon/features/account_timeline/index.js
index 69bab1e86ea..8d0cbe5a197 100644
--- a/app/javascript/mastodon/features/account_timeline/index.js
+++ b/app/javascript/mastodon/features/account_timeline/index.js
@@ -83,6 +83,7 @@ class AccountTimeline extends ImmutablePureComponent {
if (!isAccount) {
return (
<Column>
+ <ColumnBackButton multiColumn={multiColumn} />
<MissingIndicator />
</Column>
);