diff --git a/src/features/dashboard/Dashboard.tsx b/src/features/dashboard/Dashboard.tsx index 843a8dc..f1ea8c5 100644 --- a/src/features/dashboard/Dashboard.tsx +++ b/src/features/dashboard/Dashboard.tsx @@ -6,22 +6,24 @@ import { useCameraSettingsContext } from "../../app/context/CameraSettingsContex import SystemOverview from "./SystemOverview/SystemOverview"; const Dashboard = () => { - const { sightingList, isLoading } = useSightingList(); + const { sightingList, isLoading, totalSightings } = useSightingList(); const { state: cameraSettings } = useCameraSettingsContext(); const size = cameraSettings.imageSize; const mostRecent = sightingList[0]; return ( -
{totalSightings}
+