SHOPTIME-5809 프로모션 세팅 27LX6TYGA 상품 예외처리

This commit is contained in:
jiwon93.son
2025-08-25 15:31:17 +09:00
parent 691ffcad23
commit 1f8c894795

View File

@@ -292,6 +292,21 @@ export default function UnableOption({
); );
} }
if (TYPE_CASE.case9) { if (TYPE_CASE.case9) {
if (
selectedPrdtId === "27LX6TYGA" &&
offerInfo &&
offerInfo?.length > 0
) {
return (
<div className={css.wrapper}>
<span
dangerouslySetInnerHTML={{
__html: offerInfo && offerInfo,
}}
/>
</div>
);
}
return ( return (
<div className={css.wrapper}> <div className={css.wrapper}>
<span className={css.partnerName}> <span className={css.partnerName}>
@@ -331,6 +346,7 @@ export default function UnableOption({
} }
}; };
}, [isShowQRCode]); }, [isShowQRCode]);
return ( return (
<div className={css.priceContainer}> <div className={css.priceContainer}>
<div> <div>