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

Should fix #6786
lolsob-rspec
trwnh 2019-10-06 21:33:31 -05:00 committed by Eugen Rochko
parent 17c2205247
commit 028758a768
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>
);