From 9833bc659382f5ac419e419d0edf922a53a3990a Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Fri, 16 May 2025 11:23:20 -0500 Subject: [PATCH] adding skeleton loader to flights page --- app/src/components/flights/Flights.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/flights/Flights.tsx b/app/src/components/flights/Flights.tsx index 90bfd3c..05ad37e 100644 --- a/app/src/components/flights/Flights.tsx +++ b/app/src/components/flights/Flights.tsx @@ -52,7 +52,7 @@ const Flights = () => { - {[...Array(6)].map((_element, index) => { + {[...Array(4)].map((_element, index) => { return ( <>