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) ?