From f9bc9cf9c918e1e691ea8ae5ddde99e88f7eed79 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Tue, 3 Mar 2026 20:32:33 +0000 Subject: [PATCH] fix: remove Datasets tab when not logged in --- frontend/src/components/AppLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/AppLayout.tsx b/frontend/src/components/AppLayout.tsx index 27b5af9..fac3d09 100644 --- a/frontend/src/components/AppLayout.tsx +++ b/frontend/src/components/AppLayout.tsx @@ -95,13 +95,13 @@ const AppLayout = () => {
- + }