From 9a1f01abd8ad122da44d5f36da66485ed2c8793e Mon Sep 17 00:00:00 2001 From: Pietro Bonaldo Date: Wed, 8 Oct 2025 20:01:20 +0200 Subject: [PATCH] Remove 'Traveler Details' label for non-admin travelers on new page (for consistency) --- client/pages/New.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/pages/New.tsx b/client/pages/New.tsx index 3e08474..fc2665c 100644 --- a/client/pages/New.tsx +++ b/client/pages/New.tsx @@ -295,8 +295,7 @@ export default function New() { {!currentUser?.isAdmin && currentUser && (
-
)}