diff --git a/frontend/src/components/2dmap/Map2d.tsx b/frontend/src/components/2dmap/Map2d.tsx index 149cb9b..5171954 100644 --- a/frontend/src/components/2dmap/Map2d.tsx +++ b/frontend/src/components/2dmap/Map2d.tsx @@ -85,7 +85,7 @@ export default function Map2d({ satName }: { satName: string }) { }, [satelliteData, satName, projectionAmount]); // Function to handle projection amount change - const handleInputChange = (event: { target: { value: any } }) => { + const handleSliderChange = (event: { target: { value: any } }) => { const value = event.target.value; // Update the inputValue state setInputValue(value); @@ -105,11 +105,13 @@ export default function Map2d({ satName }: { satName: string }) {
Positions {projectionAmount} minutes into the{" "}