fix: SW-691 SW-1006 Removed rooms left label when no availability
This commit is contained in:
@@ -117,7 +117,8 @@ export default function RoomCard({
|
||||
<div>
|
||||
<div className={styles.imageContainer}>
|
||||
<div className={styles.chipContainer}>
|
||||
{roomConfiguration.roomsLeft < 5 && (
|
||||
{roomConfiguration.roomsLeft > 0 &&
|
||||
roomConfiguration.roomsLeft < 5 && (
|
||||
<span className={styles.chip}>
|
||||
<Footnote
|
||||
color="burgundy"
|
||||
|
||||
Reference in New Issue
Block a user