diff --git a/web/app/routes/logbook.flights.$id/route.tsx b/web/app/routes/logbook.flights.$id/route.tsx index 1adfb7d..d08d7d4 100644 --- a/web/app/routes/logbook.flights.$id/route.tsx +++ b/web/app/routes/logbook.flights.$id/route.tsx @@ -13,10 +13,15 @@ export default function Flight() { }); return ( - - + + {flight.isError ? ( - Error fetching flight + + + + + Error fetching flight + ) : flight.isPending ? (