feat: SW-276 Optimized code

This commit is contained in:
Hrishikesh Vaipurkar
2024-09-24 13:38:19 +02:00
parent 510880d697
commit 8a04f840a2
8 changed files with 21 additions and 25 deletions

View File

@@ -81,10 +81,10 @@ export default function GuestsRoomsPicker({
Remove Room
</Button>
) : null} */}
<Divider></Divider>
<Divider />
</section>
))}
<div className={styles.footer}>
<footer className={styles.footer}>
{/* Not in MVP
{selectedGuests.length < 4 ? (
<Button intent="text" onClick={addRoom}>
@@ -94,7 +94,7 @@ export default function GuestsRoomsPicker({
<Button onClick={closePicker} disabled={!isValid}>
{doneLabel}
</Button>
</div>
</footer>
</>
)
}