[상세 헤더]
- 파트너 아이디가 21일경우 id 값 노출안되도록 변경(2025.12.10 오현주 팀장님 요청건)
This commit is contained in:
@@ -77,7 +77,7 @@ export default function THeaderCustom({
|
|||||||
if(onBackButtonFocus){
|
if(onBackButtonFocus){
|
||||||
onBackButtonFocus();
|
onBackButtonFocus();
|
||||||
}
|
}
|
||||||
},[onBackButtonFocus])
|
},[onBackButtonFocus])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container className={classNames(css.tHeaderCustom, className)} {...rest}>
|
<Container className={classNames(css.tHeaderCustom, className)} {...rest}>
|
||||||
@@ -113,7 +113,7 @@ export default function THeaderCustom({
|
|||||||
marqueeDisabled={marqueeDisabled}
|
marqueeDisabled={marqueeDisabled}
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
>
|
>
|
||||||
{prdtId && <span className={css.prdtId}>ID : {prdtId}</span>}
|
{(prdtId && patnrId !== "21") && <span className={css.prdtId}>ID : {prdtId}</span>}
|
||||||
{convertedTitle && (
|
{convertedTitle && (
|
||||||
<span dangerouslySetInnerHTML={{ __html: convertedTitle }} />
|
<span dangerouslySetInnerHTML={{ __html: convertedTitle }} />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user