From d31f139d9a47367f34426f763418cbbe0138bb5b Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Fri, 13 Mar 2026 15:27:21 +0100 Subject: [PATCH] update --- frontend/src/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index 146d5ab..3180b00 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -153,7 +153,7 @@ function Dashboard() { )} - {canWrite && widgetVisible('vehicleBooking') && ( + {widgetVisible('vehicleBooking') && (