File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
2222 getUniqueEventTypes ,
2323 getAttendanceByDay ,
2424} from '../../../actions/communityPortal/NoShowVizActions' ;
25- import './NoshowViz.css' ;
25+ import styles from './NoshowViz.module .css' ;
2626
2727function EventNoShowChart ( ) {
2828 const [ period , setPeriod ] = useState ( 'month' ) ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ import FeedbackModal from './components/HGNHelpSkillsDashboard/FeedbackModal';
9595import Activity from './components/CommunityPortal/Activities/activityId/Activity' ;
9696import ActivityAttendance from './components/CommunityPortal/Activities/ActivityAttendance' ;
9797import ActivityAgenda from './components/CommunityPortal/Activities/ActivityAgenda' ;
98- import NoshowViz from './components/CommunityPortal/Attendence/NoshowViz' ;
98+ import EventNoShowChart from './components/CommunityPortal/Attendence/NoshowViz' ;
9999import EventList from './components/CommunityPortal/Event/EventList/EventList' ;
100100import Resources from './components/CommunityPortal/Activities/activityId/Resources' ;
101101import EventParticipation from './components/CommunityPortal/Reports/Participation/EventParticipation' ;
@@ -774,6 +774,10 @@ export default (
774774 exact
775775 component = { EventParticipation }
776776 />
777+ < CPProtectedRoute
778+ path = "/communityportal/reports/EventNoShowChart"
779+ component = { EventNoShowChart }
780+ />
777781 { /* Good Education Portal Routes */ }
778782 < EPProtectedRoute path = "/educationportal" exact component = { EPDashboard } />
779783 < EPProtectedRoute
You can’t perform that action at this time.
0 commit comments