chore: format code
parent
3d279edf44
commit
17d1b24def
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -19,11 +19,10 @@ declare global {
|
|||
}
|
||||
}
|
||||
|
||||
render(
|
||||
() => {
|
||||
onMount(() => {
|
||||
if(window.__OPENCODE__?.updaterEnabled) runUpdater();
|
||||
});
|
||||
render(() => {
|
||||
onMount(() => {
|
||||
if (window.__OPENCODE__?.updaterEnabled) runUpdater()
|
||||
})
|
||||
|
||||
return (
|
||||
<PlatformProvider value={platform}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue