diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index f7e8241e..40d18e4b 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -922,7 +922,8 @@ export default function Estimate({ params }) { return (
{row.codeNm}
-
+ {/*
*/} +
) } @@ -1082,7 +1083,7 @@ export default function Estimate({ params }) { - + diff --git a/src/components/estimate/popup/ProductFeaturesPop.jsx b/src/components/estimate/popup/ProductFeaturesPop.jsx index 3940065d..d958e7e2 100644 --- a/src/components/estimate/popup/ProductFeaturesPop.jsx +++ b/src/components/estimate/popup/ProductFeaturesPop.jsx @@ -42,7 +42,8 @@ export default function ProductFeaturesPop({ specialNoteList, showProductFeature return (
{row.codeNm}
-
+ {/*
*/} +
) })}