youmaylike backup && coupon popup css
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user