mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
WIP: sidebar overlay component.
This commit is contained in:
@@ -17,16 +17,16 @@ export default function DashboardPrivatePages() {
|
||||
return (
|
||||
<PrivatePagesProvider>
|
||||
<Switch>
|
||||
<Route path={'/setup'}>
|
||||
{/* <Route path={'/setup'}>
|
||||
<EnsureOrganizationIsNotReady>
|
||||
<SetupWizardPage />
|
||||
</EnsureOrganizationIsNotReady>
|
||||
</Route>
|
||||
</Route> */}
|
||||
|
||||
<Route path='/'>
|
||||
<EnsureOrganizationIsReady>
|
||||
{/* <EnsureOrganizationIsReady> */}
|
||||
<Dashboard />
|
||||
</EnsureOrganizationIsReady>
|
||||
{/* </EnsureOrganizationIsReady> */}
|
||||
</Route>
|
||||
</Switch>
|
||||
</PrivatePagesProvider>
|
||||
|
||||
Reference in New Issue
Block a user