parent
							
								
									78e45a5285
								
							
						
					
					
						commit
						65136600e3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
 | 
				
			||||||
import { me, profile_directory, showTrends } from '../../initial_state';
 | 
					import { me, profile_directory, showTrends } from '../../initial_state';
 | 
				
			||||||
import { fetchFollowRequests } from 'mastodon/actions/accounts';
 | 
					import { fetchFollowRequests } from 'mastodon/actions/accounts';
 | 
				
			||||||
import { List as ImmutableList } from 'immutable';
 | 
					import { List as ImmutableList } from 'immutable';
 | 
				
			||||||
import NavigationBar from '../compose/components/navigation_bar';
 | 
					import NavigationContainer from '../compose/containers/navigation_container';
 | 
				
			||||||
import Icon from 'mastodon/components/icon';
 | 
					import Icon from 'mastodon/components/icon';
 | 
				
			||||||
import LinkFooter from 'mastodon/features/ui/components/link_footer';
 | 
					import LinkFooter from 'mastodon/features/ui/components/link_footer';
 | 
				
			||||||
import TrendsContainer from './containers/trends_container';
 | 
					import TrendsContainer from './containers/trends_container';
 | 
				
			||||||
| 
						 | 
					@ -168,7 +168,7 @@ class GettingStarted extends ImmutablePureComponent {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div className='getting-started'>
 | 
					        <div className='getting-started'>
 | 
				
			||||||
          <div className='getting-started__wrapper' style={{ height }}>
 | 
					          <div className='getting-started__wrapper' style={{ height }}>
 | 
				
			||||||
            {!multiColumn && <NavigationBar account={myAccount} />}
 | 
					            {!multiColumn && <NavigationContainer />}
 | 
				
			||||||
            {navItems}
 | 
					            {navItems}
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue