Feedback only for auth users
This commit is contained in:
parent
9115063cdd
commit
2c53428f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue