diff --git a/services/user/Branding/ui/src/App.tsx b/services/user/Branding/ui/src/App.tsx index 9135d3a6c..56ec90b21 100644 --- a/services/user/Branding/ui/src/App.tsx +++ b/services/user/Branding/ui/src/App.tsx @@ -19,8 +19,7 @@ export const App = () => { const init = async () => { await supervisor.onLoaded(); - supervisor.preLoadPlugins([{ service: "branding" }]); - setTimeout(getNetworkName, 1500); + await getNetworkName(); }; useEffect(() => {