diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js index adc2d5102..6bec7cc94 100644 --- a/frontend/components/Layout/Layout.js +++ b/frontend/components/Layout/Layout.js @@ -75,30 +75,34 @@ class Layout extends React.Component { - - { this.props.actions } - - { this.props.search && ( + { user.user && ( -
+ { this.props.actions } + + { this.props.search && ( + +
+ Search +
+
+ ) } + } > - Search -
+ Settings + Logout +
) } - } - > - Settings - Logout -