From 152fb5097b72fa2bdb8219aaa89d9113c62ff6c9 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 9 Jan 2025 18:33:35 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=20=ED=8A=B9=EC=9D=B4?= =?UTF-8?q?=EC=82=AC=ED=95=AD=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index e4947ce9..4241f916 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -42,7 +42,8 @@ export default function Estimate({}) { const [selection, setSelection] = useState(new Set()) //견적특이사항 접고 펼치기 - const [hidden, setHidden] = useState(false) + // const [hidden, setHidden] = useState(false) + const [hidden, setHidden] = useState(true) //아이템 자동완성 리스트 const [displayItemList, setDisplayItemList] = useState([]) @@ -1243,10 +1244,10 @@ export default function Estimate({}) {

{getMessage('estimate.detail.header.specialEstimate')}

-
-
- - +
+ + +
{/* 견적 특이사항 코드영역시작 */}