We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce63e59 commit 8ce1152Copy full SHA for 8ce1152
src/shared/routes/Topcoder/Routes.jsx
@@ -83,7 +83,7 @@ export default function Topcoder() {
83
<Route
84
component={Profile}
85
exact
86
- path="/members/:handle([\w\-\[\].{}]{2,15})"
+ path="/members/:handle([\w\-\[\].{} ]{2,15})"
87
/>
88
89
component={() => <Settings base="/settings" />}
@@ -92,7 +92,7 @@ export default function Topcoder() {
92
93
component={ProfileStats}
94
95
- path="/members/:handle([\w\-\[\].{}]{2,15})/details"
+ path="/members/:handle([\w\-\[\].{} ]{2,15})/details"
96
97
{/* EDU Portal */}
98
0 commit comments