From 3423fb32374bc5f0014489fb11abd0864717412b Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Sat, 27 Apr 2024 09:38:06 +0200 Subject: [PATCH] Apply review feedback --- src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }