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>
|
||||
</Grid>
|
||||
<Footer />
|
||||
<Feedback />
|
||||
{ props.authenticated && <Feedback /> }
|
||||
<Reconnect />
|
||||
{props.i18nReady.get() &&
|
||||
<Blaze template="cookieConsent" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue