Skip to content

Commit 4890841

Browse files
authored
Merge pull request #4618 from topcoder-platform/develop
Fix #4616
2 parents 26a20c0 + dd6037c commit 4890841

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/shared/routes/Communities/TCO21/Routes.jsx

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import ContentfulRoute from 'components/Contentful/Route';
1010
import ContentfulMenu from 'components/Contentful/Menu';
1111
import Profile from 'routes/Profile';
1212
import ProfileStats from 'routes/ProfileStats';
13+
import Settings from 'routes/Settings';
1314

1415
export default function TCO21({ base, meta }) {
1516
return (
@@ -35,6 +36,10 @@ export default function TCO21({ base, meta }) {
3536
exact
3637
path={`${base}/members/:handle([\\w\\-\\[\\].{}]{2,15})/details`}
3738
/>
39+
<Route
40+
component={() => <Settings base={`${base}/settings`} />}
41+
path={`${base}/settings`}
42+
/>
3843
<ContentfulRoute
3944
baseUrl={base}
4045
error404={<Error404 />}

0 commit comments

Comments
 (0)