From 5884bc58dc15a930a640e8822b57046e1fa4054c Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Mon, 18 Aug 2025 07:03:59 +0200 Subject: [PATCH] Fix jwt-token --- client/src/pages/Dashboard.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/pages/Dashboard.jsx b/client/src/pages/Dashboard.jsx index f92a934..b9e5822 100644 --- a/client/src/pages/Dashboard.jsx +++ b/client/src/pages/Dashboard.jsx @@ -138,10 +138,10 @@ const Dashboard = () => {
{stats.map((item) => ( -
+
- ))} + ))}