mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Add missing back button header for invalid account (#12094)
Should fix #6786
This commit is contained in:
parent
38b6c34e32
commit
95f21ab87f
@ -83,6 +83,7 @@ class AccountTimeline extends ImmutablePureComponent {
|
||||
if (!isAccount) {
|
||||
return (
|
||||
<Column>
|
||||
<ColumnBackButton multiColumn={multiColumn} />
|
||||
<MissingIndicator />
|
||||
</Column>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user