From 80c2d7e7e575de07f53cad26d90c9f247dc69c66 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 22 Mar 2026 09:21:06 -0500 Subject: [PATCH] fixing pilot page responsiveness --- client/src/components/pilots/Pilots.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/pilots/Pilots.tsx b/client/src/components/pilots/Pilots.tsx index 8655fb3..77ee2bb 100644 --- a/client/src/components/pilots/Pilots.tsx +++ b/client/src/components/pilots/Pilots.tsx @@ -182,10 +182,10 @@ const Pilots: React.FC = () => { return ( <>
-
+

Pilots

-
+
{!state.isLoading && userRole === UserRole.WRITE &&