fix(SW-203): removed hidden prop inside RoomCard and added logic to parent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user