feat(Sw-713): conditional rendering

This commit is contained in:
Fredrik Thorsson
2024-10-30 12:56:53 +01:00
parent e3a96a2c14
commit 4106f9a91d
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { RoomData } from "@/types/hotel"
export type RoomSidePeekProps = {
selectedRoom?: RoomData
selectedRoom: RoomData
buttonSize: "small" | "medium"
}