Remove stray comma
This comma was showing up in the bottom left corner of the UI.
This commit is contained in:
@@ -62,7 +62,7 @@ Initializer.initBeforeReact()
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
root.render(
|
root.render(
|
||||||
<StrictMode>
|
<StrictMode>
|
||||||
<App vm={new AppViewModel(globalScope)} />,
|
<App vm={new AppViewModel(globalScope)} />
|
||||||
</StrictMode>,
|
</StrictMode>,
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user