mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
fix cookie consent banner missing on deployment
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user