feat(SW-251): add comment

This commit is contained in:
Fredrik Thorsson
2024-09-12 14:49:45 +02:00
parent 85460e95e5
commit 7547da73d2

View File

@@ -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 ? (