Compare commits
2 Commits
3027f47d5d
...
7b1c9b681e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b1c9b681e | |||
| 25e8dcc050 |
@ -1365,7 +1365,8 @@ export default function Estimate({}) {
|
||||
<div className="d-check-radio light mr10" style={{display:
|
||||
(isNotEmptyArray(storePriceList) > 0
|
||||
&& storePriceList[0].pkgRank !== null
|
||||
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
|
||||
&& storePriceList[0].pkgRank !== ''
|
||||
|| estimateContextState?.estimateType === 'YJSS') ? "" : "none"}}>
|
||||
<input
|
||||
type="radio"
|
||||
name="estimateType"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user