mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
chore: fix App.tsx
This commit is contained in:
parent
96a68ab117
commit
4e3ca8ceb4
@ -28,13 +28,13 @@ function App() {
|
|||||||
initialState();
|
initialState();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return !loading ? (
|
||||||
!loading && (
|
<>
|
||||||
<>
|
<DemoBanner />
|
||||||
<DemoBanner />
|
<Outlet />
|
||||||
<Outlet />
|
</>
|
||||||
</>
|
) : (
|
||||||
)
|
<></>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user