[Home] randomUnit Media 조건문 추가

This commit is contained in:
jangheon Pyo
2024-06-13 11:14:33 +09:00
parent cb3b87d3d9
commit b9f341e388

View File

@@ -238,7 +238,9 @@ export default function RandomUnit({
showUrl: randomData.showUrl,
patnrId: randomData.patnrId,
showId: randomData.showId,
shptmBanrTpNm: randomData.shptmBanrTpNm,
shptmBanrTpNm: randomData.showId
? randomData.shptmBanrTpNm
: "MEDIA",
lgCatCd: randomData.lgCatCd,
chanId: randomData.brdcChnlId,
modal: true,