ESLint auto fixes
This commit is contained in:
@@ -26,7 +26,7 @@ createRoot(document.getElementById("root")!).render(
|
||||
<LoadingMessageProvider>
|
||||
<AsyncWidget
|
||||
loadKey={1}
|
||||
load={async () => await ServerApi.LoadConfig()}
|
||||
load={async () => { await ServerApi.LoadConfig(); }}
|
||||
errMsg="Failed to load static server configuration!"
|
||||
build={() => <App />}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user