Compare commits

..

No commits in common. "e293d5dfde5fc9b3de372a2e9372e27d41b522ed" and "93b645e9e802e276a28c0ae964bc031897a2a2d6" have entirely different histories.

View File

@ -1361,11 +1361,7 @@ export default function Estimate({}) {
</th>
<td colSpan={3}>
<div className="radio-wrap">
{/*pkgRank is null, empty 인 경우 : 사용불가, 이전에 등록된 경우 사용가능, style로 제어*/}
<div className="d-check-radio light mr10" style={{display:
(isNotEmptyArray(storePriceList) > 0
&& storePriceList[0].pkgRank !== null
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
<div className="d-check-radio light mr10">
<input
type="radio"
name="estimateType"