feat: show both prices for multiroom room 2-4 on all users

This commit is contained in:
Simon Emanuelsson
2025-02-17 15:10:48 +01:00
parent cf3268bda3
commit b536c51889
12 changed files with 92 additions and 49 deletions
+1
View File
@@ -8,5 +8,6 @@ export interface RoomContextValue extends SelectedRoom {
selectRate: (rate: SelectedRate) => void
}
isActiveRoom: boolean
isMainRoom: boolean
roomNr: number
}