diff --git a/packages/freesewing.shared/components/wrappers/page.js b/packages/freesewing.shared/components/wrappers/page.js index fd6403c57f6..ed5fc12f751 100644 --- a/packages/freesewing.shared/components/wrappers/page.js +++ b/packages/freesewing.shared/components/wrappers/page.js @@ -53,24 +53,18 @@ const AppWrapper= props => { // locale, languages: config.languages, //} - // Cannot understand why, but a re-render does update the content - // but not the attributes. So this is a hackish workaround - const themeWrappers = { - light: props =>
, - dark: props => , - hax0r: props => , - lgbtq: props => , - trans: props => , - } - const Wrapper = themeWrappers[props.app.theme] return ( -