From 974de96a4105b35223b51952cb05e3b6544c7101 Mon Sep 17 00:00:00 2001 From: Minotriz02 Date: Fri, 20 Sep 2024 10:01:24 -0500 Subject: [PATCH] link to dashboard in station fixed --- src/src/pages/station/Station.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/src/pages/station/Station.js b/src/src/pages/station/Station.js index 10a082b..ca4c181 100644 --- a/src/src/pages/station/Station.js +++ b/src/src/pages/station/Station.js @@ -14,6 +14,7 @@ import Services from "../../services/Services"; import L from "leaflet"; import { IconChartDonut } from "@tabler/icons-react"; import SearchBar from "../../components/searchBar/SearchBar"; +import { Link } from "react-router-dom"; function Station() { const [stations, setStations] = useState([]); @@ -107,14 +108,14 @@ function Station() {
- Data - +