youmaylike backup && coupon popup css

This commit is contained in:
고동영
2024-04-24 10:14:00 +09:00
parent d01806bd52
commit 5fd53b4204
5 changed files with 56 additions and 26 deletions

View File

@@ -199,17 +199,17 @@ export default function DetailPanel({ panelInfo }) {
/>
)}
</TBody>
{lgCatCd && (productData || themeProductInfos) && (
<YouMayLike
isUnable={
productData?.pmtSuptYn === "N" ||
(selectedIndex &&
themeProductInfos[selectedIndex]?.pmtSuptYn === "N")
}
lgCatCd={lgCatCd}
/>
)}
</TPanel>
{lgCatCd && (productData || themeProductInfos) && (
<YouMayLike
isUnable={
productData?.pmtSuptYn === "N" ||
(selectedIndex &&
themeProductInfos[selectedIndex]?.pmtSuptYn === "N")
}
lgCatCd={lgCatCd}
/>
)}
</>
);
}