[FeaturedBrandsPanel] issue fix, SHOPTIME-2209
Detail Notes : 1. UpComingCard, hstNm이 “”일 경우 “With Host” 문구 노출되지 않도록 수정
This commit is contained in:
@@ -77,7 +77,7 @@ export default memo(function UpComingCard({
|
||||
|
||||
<time>{convertToTimeFormat(strtDt, true)}</time>
|
||||
<h3>{showNm}</h3>
|
||||
<p>{STRING_CONF.WITH_HOST + " " + hstNm}</p>
|
||||
{hstNm && <p>{STRING_CONF.WITH_HOST + " " + hstNm}</p>}
|
||||
|
||||
{isFocused && (
|
||||
<button type="button">
|
||||
|
||||
Reference in New Issue
Block a user