Fix navigation for onboarding
This commit is contained in:
parent
3d40ff7912
commit
0838579407
2 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ const App: React.FC = () => {
|
|||
<Route path="/" element={<Home/>}/>
|
||||
{currentUser && <Route path="/profile" element={<Profile/>}/> }
|
||||
{currentUser && <Route path="/organisations" element={<Organisations/>}/> }
|
||||
{currentUser && <Route path="/create-org-flow" element={<CreateOrgFlow/>}/> }
|
||||
{currentUser && <Route path="/create" element={<CreateOrgFlow/>}/> }
|
||||
|
||||
{currentUser && <Route path="/bridges" element={<Bridges/>}/> }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue