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

Should fix #6786
This commit is contained in:
trwnh 2019-10-06 21:33:31 -05:00 committed by Eugen Rochko
parent 38b6c34e32
commit 95f21ab87f
1 changed files with 1 additions and 0 deletions

View File

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