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> </Switch>
</Grid> </Grid>
<Footer /> <Footer />
<Feedback /> { props.authenticated && <Feedback /> }
<Reconnect /> <Reconnect />
{props.i18nReady.get() && {props.i18nReady.get() &&
<Blaze template="cookieConsent" /> <Blaze template="cookieConsent" />