Skip to content

Commit 83c7f1a

Browse files
Merge pull request #2344 from marioskranitsas/issue-2343
fix#2343
2 parents c5af863 + 1b03ea1 commit 83c7f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/routes/Topcoder/Routes.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function Topcoder() {
7171
<Route
7272
component={Profile}
7373
exact
74-
path="/members/:handle([\w\-\[\].{}]{2,15})"
74+
path="/members/:handle([\w\-\[\].{} ]{2,15})"
7575
/>
7676
<Route
7777
component={() => <Settings base="/settings" />}
@@ -80,7 +80,7 @@ export default function Topcoder() {
8080
<Route
8181
component={ProfileStats}
8282
exact
83-
path="/members/:handle([\w\-\[\].{}]{2,15})/details"
83+
path="/members/:handle([\w\-\[\].{} ]{2,15})/details"
8484
/>
8585
<Error404 />
8686
</Switch>

0 commit comments

Comments
 (0)