File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ProjectDetailWithAuth = withProps({ main:
2929 < Route exact path = "/projects/:projectId" render = { ( ) => < ProjectDetail > < Dashboard /> </ ProjectDetail > } />
3030 < Route path = "/projects/:projectId/status/:statusId" render = { ( ) => < ProjectDetail > < Dashboard /> </ ProjectDetail > } />
3131 < Route path = "/projects/:projectId/specification" render = { ( ) => < ProjectDetail > < SpecificationContainer /> </ ProjectDetail > } />
32- < Route path = "/projects/:projectId/discussions( /:discussionId) " render = { ( ) => < ProjectDetail > < ProjectMessages /> </ ProjectDetail > } />
32+ < Route path = "/projects/:projectId/discussions/:discussionId? " render = { ( ) => < ProjectDetail > < ProjectMessages /> </ ProjectDetail > } />
3333 </ Switch >
3434} ) ( ProjectLayoutWithAuth )
3535
You can’t perform that action at this time.
0 commit comments