mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05: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…
x
Reference in New Issue
Block a user