Skip to content

Commit

Permalink
Show 'Disabled' on Home Page rather than repeating it.
Browse files Browse the repository at this point in the history
  • Loading branch information
spco committed Jan 4, 2024
1 parent e762a0c commit aabc00f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-client-app/src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Home = () => {
}
// set the state of the data to be used in the donuts and tables
setDonutData(filteredReports)
setMappingDonutData(filteredReports)
// setMappingDonutData(filteredReports)
setStatuses(filteredStatuses)
setCountStats(generatedCountStats)
setTimeline(timeline)
Expand Down Expand Up @@ -370,7 +370,7 @@ const Home = () => {
</Container>
}

{mappingrulesDonutData &&
{/* {mappingrulesDonutData &&
<Container w={["100%", "100%", "100%", "50%"]}>
<Plot
data={mappingrulesDonutData}
Expand All @@ -379,7 +379,7 @@ const Home = () => {
style={{ width: "100%", height: "auto" }}
/>
</Container>
}
} */}
</Stack>
</VStack>

Expand Down

0 comments on commit aabc00f

Please sign in to comment.