From 7547da73d25f899a04ffdaf886c1420d93665cef Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 12 Sep 2024 14:49:45 +0200 Subject: [PATCH] feat(SW-251): add comment --- components/HotelReservation/HotelCardListing/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/HotelReservation/HotelCardListing/index.tsx b/components/HotelReservation/HotelCardListing/index.tsx index 8a3da1dba..bba0ce99d 100644 --- a/components/HotelReservation/HotelCardListing/index.tsx +++ b/components/HotelReservation/HotelCardListing/index.tsx @@ -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 (
{hotelData && hotelData.length ? (