Add missing back button header for invalid account (#12094)
Should fix #6786
This commit is contained in:
		
							parent
							
								
									38b6c34e32
								
							
						
					
					
						commit
						95f21ab87f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -83,6 +83,7 @@ class AccountTimeline extends ImmutablePureComponent {
 | 
			
		|||
    if (!isAccount) {
 | 
			
		||||
      return (
 | 
			
		||||
        <Column>
 | 
			
		||||
          <ColumnBackButton multiColumn={multiColumn} />
 | 
			
		||||
          <MissingIndicator />
 | 
			
		||||
        </Column>
 | 
			
		||||
      );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue