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