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

Commit f95d082

Browse files
author
Nick Litwin
committed
Fix dashboard forum link
1 parent a9801c8 commit f95d082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/filters/challengeLinks.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import angular from 'angular'
3838
case 'data':
3939
return String.supplant('https://apps.{domain}/forums/?module=Category&categoryID={forumId}', data)
4040
case 'design':
41-
return String.supplant('https://apps.{domain}/forums/?module=ThreadList&forumId={forumId}', data)
41+
return String.supplant('https://apps.{domain}/forums/?module=ThreadList&forumID={forumId}', data)
4242
}
4343
/*eslint no-fallthrough:0*/
4444
case 'submissions':

0 commit comments

Comments
 (0)