Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2659eb7

Browse files
author
vikasrohit
committed
AS#149005557179710, Screen goes blank randomly after accounts app integration for members app
-- Fixed listing error
1 parent 33b7e69 commit 2659eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/topcoder.routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import moment from 'moment'
2828
if (path.indexOf('?') > -1) {
2929
return path.replace('?', '/?')
3030
}
31-
$location.replace().path(path + '/');
31+
$location.replace().path(path + '/')
3232
})
3333

3434
var states = {

0 commit comments

Comments
 (0)