Skip to content

Commit 04a1da0

Browse files
Merge pull request #4065 from OneCommunityGlobal/fix/participation-report-route
Namitha - fix(Analytics): Add missing route for participation report page
2 parents 6be2754 + 40065a7 commit 04a1da0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/routes.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,12 @@ export default (
770770
exact
771771
component={EventParticipation}
772772
/>
773+
<CPProtectedRoute
774+
path="/communityportal/reports/participation"
775+
exact
776+
component={EventParticipation}
777+
/>
778+
773779
<CPProtectedRoute
774780
path="/communityportal/reports/event/personalization"
775781
exact

0 commit comments

Comments
 (0)