From c4f075343f557f278b1bacb4b92891e646f8fb2a Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Tue, 20 Apr 2021 07:55:53 -0400 Subject: Finished up the front end functionality. Some issues with the backend (small NaN issues), and some elements need a little more love (styling) before demo. --- react-frontend/src/components/WatchDogs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'react-frontend/src/components/WatchDogs.js') diff --git a/react-frontend/src/components/WatchDogs.js b/react-frontend/src/components/WatchDogs.js index e045d82..dfe47c8 100644 --- a/react-frontend/src/components/WatchDogs.js +++ b/react-frontend/src/components/WatchDogs.js @@ -26,7 +26,7 @@ function WatchDogs() { }); // State for visualization data const [data, setData] = useState([]); - // State for selected person + // State for selectedId const [selectedId, setSelectedId] = useState(-1); const toEpochMilli = date => Date.parse(date); @@ -77,7 +77,7 @@ function WatchDogs() {
- + -- cgit v1.2.3-70-g09d2