Updated floatingActionButton to only show if someone is logged in

This commit is contained in:
mgabdev 2019-07-17 18:54:02 -04:00
parent 2aa38d53ea
commit 399891f25e

View File

@ -7,6 +7,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
import ReactSwipeableViews from 'react-swipeable-views'; import ReactSwipeableViews from 'react-swipeable-views';
import { links, getIndex, getLink } from './tabs_bar'; import { links, getIndex, getLink } from './tabs_bar';
import { Link } from 'react-router-dom'; import { Link } from 'react-router-dom';
import { me } from 'gabsocial/initial_state';
import BundleContainer from '../containers/bundle_container'; import BundleContainer from '../containers/bundle_container';
import ColumnLoading from './column_loading'; import ColumnLoading from './column_loading';
@ -64,8 +65,7 @@ class ColumnsArea extends ImmutablePureComponent {
{layout.RIGHT} {layout.RIGHT}
</div> </div>
</div> </div>
{me && floatingActionButton}
{floatingActionButton}
</div> </div>
</div> </div>