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.
2 parents c5af863 + 1b03ea1 commit 83c7f1aCopy full SHA for 83c7f1a
src/shared/routes/Topcoder/Routes.jsx
@@ -71,7 +71,7 @@ export default function Topcoder() {
71
<Route
72
component={Profile}
73
exact
74
- path="/members/:handle([\w\-\[\].{}]{2,15})"
+ path="/members/:handle([\w\-\[\].{} ]{2,15})"
75
/>
76
77
component={() => <Settings base="/settings" />}
@@ -80,7 +80,7 @@ export default function Topcoder() {
80
81
component={ProfileStats}
82
83
- path="/members/:handle([\w\-\[\].{}]{2,15})/details"
+ path="/members/:handle([\w\-\[\].{} ]{2,15})/details"
84
85
<Error404 />
86
</Switch>
0 commit comments