fix cookie consent banner missing on deployment

This commit is contained in:
Franco Arza
2020-10-21 10:55:18 -03:00
parent e6f411f671
commit 8393b3dd5d
2 changed files with 10 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ const Layout: FC<Props> = ({ children, pageProps }) => {
Accept cookies
</Button>
}
className={cn({ 'translate-y-full': acceptedCookies })}
className={cn({ ['translate-y-full']: acceptedCookies })}
/>
</div>
</CommerceProvider>