Skip to content

Commit

Permalink
Update RROverview.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Dec 20, 2023
1 parent deb3a4a commit 5a88ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/RR/RROverview.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const RROverview = () => {
const [expected, setExpected] = useState('0');
const [consistencyStats, setConsistnecy] = useState({ consistency: [], stats: '0', statsPerc: 0 });
const [recencyStats, setRecency] = useState({ recency: [], stats: '0', statsPerc: 0 });
const [infrastructureStats, setInfrastructure] = useState({});
const [implementationStats, setImplementationStats] = useState(0);

const overallReportingRatesByFacilityReportedFiltered = useSelector(state => state.overallReportingRatesByFacilityReported.listFiltered);
const overallReportingRatesByFacilityReportedUnFiltered = useSelector(state => state.overallReportingRatesByFacilityReported.listUnfiltered);
Expand Down

0 comments on commit 5a88ffe

Please sign in to comment.