[Glitch] Add missing back button header for invalid account
Port 95f21ab87f to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									9ba67c6045
								
							
						
					
					
						commit
						bd1eaad816
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -9,6 +9,7 @@ import LoadingIndicator from '../../components/loading_indicator'; | ||||||
| import Column from '../ui/components/column'; | import Column from '../ui/components/column'; | ||||||
| import ProfileColumnHeader from 'flavours/glitch/features/account/components/profile_column_header'; | import ProfileColumnHeader from 'flavours/glitch/features/account/components/profile_column_header'; | ||||||
| import HeaderContainer from './containers/header_container'; | import HeaderContainer from './containers/header_container'; | ||||||
|  | import ColumnBackButton from 'flavours/glitch/components/column_back_button'; | ||||||
| import { List as ImmutableList } from 'immutable'; | import { List as ImmutableList } from 'immutable'; | ||||||
| import ImmutablePureComponent from 'react-immutable-pure-component'; | import ImmutablePureComponent from 'react-immutable-pure-component'; | ||||||
| import { FormattedMessage } from 'react-intl'; | import { FormattedMessage } from 'react-intl'; | ||||||
|  | @ -82,6 +83,7 @@ class AccountTimeline extends ImmutablePureComponent { | ||||||
|     if (!isAccount) { |     if (!isAccount) { | ||||||
|       return ( |       return ( | ||||||
|         <Column> |         <Column> | ||||||
|  |           <ColumnBackButton multiColumn={multiColumn} /> | ||||||
|           <MissingIndicator /> |           <MissingIndicator /> | ||||||
|         </Column> |         </Column> | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue