diff --git a/src/index.jsx b/src/index.jsx index babe9abf3a..362a62cfbe 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -234,7 +234,7 @@ async function onAppReady() { } }); - brandingCss.then(handleStyleChange); + handleStyleChange(); } }