From bb8efe4a45fd36090672e458016a67573f666d00 Mon Sep 17 00:00:00 2001 From: Mouaz Abdelsamad <ma03081@surrey.ac.uk> Date: Sat, 20 Apr 2024 01:07:43 +0100 Subject: [PATCH] oops --- client/src/components/Dashboard/Flights/Flights.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/components/Dashboard/Flights/Flights.tsx b/client/src/components/Dashboard/Flights/Flights.tsx index aa2f3ad..20a8245 100644 --- a/client/src/components/Dashboard/Flights/Flights.tsx +++ b/client/src/components/Dashboard/Flights/Flights.tsx @@ -7,8 +7,6 @@ import { Link } from 'react-router-dom'; function Flights() { const data = useLoaderData() as ICustomerDashboardData | IAirlineDashboardData; - console.log(data) - console.log("bitch pls") if (data.type === 'customer') { return ( <> -- GitLab