Skip to content

Commit 44ee35e

Browse files
committed
fix: fixed failing push test
1 parent 1c1f1eb commit 44ee35e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/routes.jsx

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

0 commit comments

Comments
 (0)