mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 02:35:52 +03:00
groups: fix details + settings routing overwrites
This commit is contained in:
parent
07dde3efb2
commit
ed9794817b
@ -82,7 +82,7 @@ export class Root extends Component {
|
||||
</Skeleton>
|
||||
);
|
||||
}} />
|
||||
<Route exact path="/~groups/:detail?/:ship/:group/"
|
||||
<Route exact path="/~groups/(detail)?/(settings)?/:ship/:group/"
|
||||
render={ (props) => {
|
||||
let groupPath =
|
||||
`/${props.match.params.ship}/${props.match.params.group}`;
|
||||
|
Loading…
Reference in New Issue
Block a user