Cleanup live changes
This commit is contained in:
parent
d0f9e8bb65
commit
6a85c644dc
3 changed files with 22 additions and 20 deletions
|
|
@ -11,15 +11,11 @@ import { useAppContext } from "./AppProvider";
|
|||
|
||||
export const Layout: FC<PropsWithChildren> = ({ children }) => {
|
||||
const [cookies, setCookie] = useCookies(["cookieConsent"]);
|
||||
|
||||
const consentGranted = cookies.cookieConsent === "true";
|
||||
/*
|
||||
const {
|
||||
publicRuntimeConfig: { embedded },
|
||||
} = getConfig();
|
||||
*/
|
||||
|
||||
const embedded = true;
|
||||
const {
|
||||
colors: {
|
||||
white,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue