fix: hide occupancy and roomSize if undefined

This commit is contained in:
Pontus Dreij
2024-11-19 15:11:13 +01:00
parent d43c29e394
commit ef2860dd8e
2 changed files with 52 additions and 46 deletions
@@ -7,6 +7,7 @@
border: 1px solid var(--Base-Border-Subtle);
position: relative;
height: 100%;
min-height: 730px;
justify-content: space-between;
}