biodiversitydata-se / biologging-sensor-client

SBDI Biologging Sensor project - Client
GNU General Public License v3.0
2 stars 0 forks source link

Fix: Ensure correct display of sensor title in LineGraph component #58

Closed Khosiyat closed 6 months ago

Khosiyat commented 6 months ago

Changes Made

Additional Context

JIRA Task 103 : The initial attempt to pass selectedDataset as a prop to SensorsList.tsx and fetch sensor data using the useEffect hook did not achieve the desired outcome. As a result, the code changes were reverted manually to maintain functionality.

JIRA Task 107: The corrected code in LineGraph component now accurately displays the sensor title, resolving the issue identified.