Compare commits
No commits in common. "7b1c9b681e10938d143f3f61b6d41acf83548fa3" and "3027f47d5d59e04e0f0d4965e7e231bd6147fce6" have entirely different histories.
7b1c9b681e
...
3027f47d5d
@ -1365,8 +1365,7 @@ 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 !== ''
|
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
|
||||||
|| estimateContextState?.estimateType === 'YJSS') ? "" : "none"}}>
|
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="estimateType"
|
name="estimateType"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user