Skip to content

Commit 40065a7

Browse files
committed
fix(Analytics): Add CPProtectedRoute for /communityportal/reports/participation
1 parent 81a13f4 commit 40065a7

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
@@ -649,6 +649,12 @@ export default (
649649
<EPProtectedRoute path="/educationportal" exact component={EPDashboard} />
650650
<Route path="/educationportal/login" component={EPLogin} />
651651

652+
<CPProtectedRoute
653+
path="/communityportal/reports/participation"
654+
exact
655+
component={EventParticipation}
656+
/>
657+
652658
<CPProtectedRoute
653659
path="/communityportal/reports/event/personalization"
654660
exact

0 commit comments

Comments
 (0)