From b36df2479218ba10454dabda51010d18a2336c07 Mon Sep 17 00:00:00 2001 From: basssy Date: Fri, 22 Nov 2024 14:11:54 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=EC=83=81?= =?UTF-8?q?=EC=84=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 5 +++-- src/components/estimate/popup/ProductFeaturesPop.jsx | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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}
-
+ {/*
*/} +
) })}