commit
baa94e5fd8
|
@ -102,7 +102,7 @@ class Root extends PureComponent {
|
||||||
<Route path="organizations">
|
<Route path="organizations">
|
||||||
<IndexRoute component={OrganizationsIndex} />
|
<IndexRoute component={OrganizationsIndex} />
|
||||||
<Route
|
<Route
|
||||||
path="/:orgID/:tab"
|
path=":orgID/:tab"
|
||||||
component={OrganizationView}
|
component={OrganizationView}
|
||||||
/>
|
/>
|
||||||
</Route>
|
</Route>
|
||||||
|
|
Loading…
Reference in New Issue