mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: format code
This commit is contained in:
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…
x
Reference in New Issue
Block a user