fix(SW-978): Small fixes
This commit is contained in:
@@ -77,7 +77,7 @@ export default function HotelCardDialogListing({
|
||||
|
||||
return (
|
||||
<div className={styles.hotelCardDialogListing} ref={dialogRef}>
|
||||
{hotelsPinData?.length &&
|
||||
{!!hotelsPinData?.length &&
|
||||
hotelsPinData.map((data) => {
|
||||
const isActive = data.name === activeCard
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user