Feedback only for auth users

This commit is contained in:
vjrj 2018-02-18 17:37:39 +01:00
parent 9115063cdd
commit 2c53428f8d

View file

@ -139,7 +139,7 @@ const App = props => (
</Switch>
</Grid>
<Footer />
<Feedback />
{ props.authenticated && <Feedback /> }
<Reconnect />
{props.i18nReady.get() &&
<Blaze template="cookieConsent" />