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"
|
import { HotelCardListingProps } from "@/types/components/hotelReservation/selectHotel/hotelCardListingProps"
|
||||||
|
|
||||||
export default function HotelCardListing({ hotelData }: HotelCardListingProps) {
|
export default function HotelCardListing({ hotelData }: HotelCardListingProps) {
|
||||||
|
// TODO: filter with url params
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className={styles.hotelCards}>
|
<section className={styles.hotelCards}>
|
||||||
{hotelData && hotelData.length ? (
|
{hotelData && hotelData.length ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user