Browse Source

Add missing back button header for invalid account (#12094)

Should fix #6786
pull/4/head
trwnh 4 years ago
committed by Eugen Rochko
parent
commit
95f21ab87f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/mastodon/features/account_timeline/index.js

+ 1
- 0
app/javascript/mastodon/features/account_timeline/index.js View File

@ -83,6 +83,7 @@ class AccountTimeline extends ImmutablePureComponent {
if (!isAccount) {
return (
<Column>
<ColumnBackButton multiColumn={multiColumn} />
<MissingIndicator />
</Column>
);

Loading…
Cancel
Save