From b169d2375eeb3a9962edb8d92366a9c3fb646531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=91=ED=98=84?= Date: Tue, 19 Sep 2023 18:04:02 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=EB=B3=80=EA=B2=BD=EC=82=AC=ED=95=AD=20?= =?UTF-8?q?=EB=A6=AC=EC=85=8B=20=ED=99=95=EC=9D=B8=EA=B2=B0=EA=B3=BC=20?= =?UTF-8?q?=EA=B4=80=EC=8B=AC=EC=A2=85=EB=AA=A9=20delete=20=EC=8B=9C=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=EB=A0=8C=EB=8D=94=EB=A7=81=EC=9D=B4=20?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EC=95=84=20=EB=A6=AC=EC=85=8B=20?= =?UTF-8?q?Issues=20#19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/CentralChartMenu/ExpandScreenBtn.tsx | 2 +- client/src/components/watchlist/StockItem.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/CentralChartMenu/ExpandScreenBtn.tsx b/client/src/components/CentralChartMenu/ExpandScreenBtn.tsx index 1ad92e1..19b3971 100644 --- a/client/src/components/CentralChartMenu/ExpandScreenBtn.tsx +++ b/client/src/components/CentralChartMenu/ExpandScreenBtn.tsx @@ -64,7 +64,7 @@ export default ExpandScreenBtn; // type 정의 interface OwnProps { direction: string; - buttonHover: boolean; + buttonHover?: boolean; //build error 해결을 위해 ?를 붙였습니다 } // component 생성 diff --git a/client/src/components/watchlist/StockItem.tsx b/client/src/components/watchlist/StockItem.tsx index d454ace..089d23f 100644 --- a/client/src/components/watchlist/StockItem.tsx +++ b/client/src/components/watchlist/StockItem.tsx @@ -6,8 +6,6 @@ import useDeleteStar from '../../hooks/stars/useDeletestars'; import { useDispatch } from 'react-redux'; import { changeCompanyId } from "../../reducer/CompanyId-Reducer"; - - import kia from '../../asset/logos/기아.svg'; import dy from '../../asset/logos/디와이.jpeg'; import logosamsung from '../../asset/logos/삼성전자.svg';