fix(SW-203): removed hidden prop inside RoomCard and added logic to parent

This commit is contained in:
Erik Tiekstra
2024-08-14 12:59:08 +02:00
parent 0a2fb14383
commit 1721f09ebb
5 changed files with 25 additions and 20 deletions

View File

@@ -3,7 +3,6 @@ import { RoomData } from "@/types/hotel"
export interface RoomCardProps {
id: string
images: RoomData["attributes"]["content"]["images"]
hidden?: boolean
title: string
subtitle: string
badgeTextTransKey: string | null