From 2a8385662252908896f1e01df363f515f50a3578 Mon Sep 17 00:00:00 2001 From: kunkliricsi Date: Fri, 13 Nov 2020 19:11:25 +0100 Subject: [PATCH] Removed exact from NavLink to fix highlighting --- Birdmap.API/ClientApp/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Birdmap.API/ClientApp/src/App.tsx b/Birdmap.API/ClientApp/src/App.tsx index ac052e9..ae0bca5 100644 --- a/Birdmap.API/ClientApp/src/App.tsx +++ b/Birdmap.API/ClientApp/src/App.tsx @@ -141,7 +141,7 @@ const DefaultLayout = ({ component: Component, authenticated: Authenticated, isA return Authenticated ? Dashboard - Devices + Devices Heatmap