feat(SW-251): add comment
This commit is contained in:
@@ -9,6 +9,8 @@ import styles from "./hotelCardListing.module.css"
|
||||
import { HotelCardListingProps } from "@/types/components/hotelReservation/selectHotel/hotelCardListingProps"
|
||||
|
||||
export default function HotelCardListing({ hotelData }: HotelCardListingProps) {
|
||||
// TODO: filter with url params
|
||||
|
||||
return (
|
||||
<section className={styles.hotelCards}>
|
||||
{hotelData && hotelData.length ? (
|
||||
|
||||
Reference in New Issue
Block a user