From 9578780da1a6cf47531afd4c784d25824556bbc5 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 4 Dec 2023 19:56:04 -0300 Subject: [PATCH] Update browser-domain --- browser-domain/src/components/Home/Card/Card.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/browser-domain/src/components/Home/Card/Card.tsx b/browser-domain/src/components/Home/Card/Card.tsx index 6e91464..051ed9b 100644 --- a/browser-domain/src/components/Home/Card/Card.tsx +++ b/browser-domain/src/components/Home/Card/Card.tsx @@ -24,20 +24,13 @@ interface CardProps { subscribed: boolean; refresh: any; isAirline: boolean; -<<<<<<< HEAD isAdmin: boolean; -======= ->>>>>>> 8b9f006 (Add edit and delete flight in the frontend) refreshFlights: any; } const { Text } = Typography; -<<<<<<< HEAD export const Card: React.FC = ({ flight, user, subscribed, refresh, refreshFlights, isAirline, isAdmin }) => { -======= -export const Card: React.FC = ({ flight, user, subscribed, refresh, refreshFlights, isAirline }) => { ->>>>>>> 8b9f006 (Add edit and delete flight in the frontend) const [modalVisible, setModalVisible] = useState(false); const navigate = useNavigate(); @@ -165,11 +158,7 @@ export const Card: React.FC = ({ flight, user, subscribed, refresh, r {flight.id} -<<<<<<< HEAD {!isAirline && !isAdmin ? -======= - {!isAirline ? ->>>>>>> 8b9f006 (Add edit and delete flight in the frontend) ( !(subscribed) ?