fix(sw-350): changed to data-open
This commit is contained in:
@@ -37,7 +37,7 @@ export default function FormContent({
|
||||
<div className={styles.where}>
|
||||
<Search locations={locations} />
|
||||
</div>
|
||||
<div className={isDatePickerOpen ? styles.whenOpen : styles.when}>
|
||||
<div className={styles.when} data-open={isDatePickerOpen}>
|
||||
<Caption color="red" textTransform="bold">
|
||||
{intl.formatMessage(
|
||||
{ id: "booking.nights" },
|
||||
|
||||
Reference in New Issue
Block a user