Merge pull request '견적서::주문분류에서 이미등록된 YJSS 노출' (#10) from feature/ysCha into dev
Reviewed-on: #10
This commit is contained in:
commit
7b1c9b681e
@ -1365,7 +1365,8 @@ export default function Estimate({}) {
|
|||||||
<div className="d-check-radio light mr10" style={{display:
|
<div className="d-check-radio light mr10" style={{display:
|
||||||
(isNotEmptyArray(storePriceList) > 0
|
(isNotEmptyArray(storePriceList) > 0
|
||||||
&& storePriceList[0].pkgRank !== null
|
&& storePriceList[0].pkgRank !== null
|
||||||
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
|
&& storePriceList[0].pkgRank !== ''
|
||||||
|
|| estimateContextState?.estimateType === 'YJSS') ? "" : "none"}}>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="estimateType"
|
name="estimateType"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user