feat: SW-276 Optimized code
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user