From 04e5e3e16b0aee971886a05546482324ec8581cb Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Sun, 22 Mar 2026 09:27:15 -0500 Subject: [PATCH] 119 fix pilot page responsiveness (#121) * fixing pilot page responsiveness * 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 &&