From 31adec2a77bfdb46ed15aa4a8ce0df147c54b200 Mon Sep 17 00:00:00 2001 From: jinju Date: Sun, 10 Mar 2024 16:59:24 +0900 Subject: [PATCH] =?UTF-8?q?[Fix/#126]:=20main=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Router.tsx | 24 ++++++++++++------------ src/pages/EstimatePartPage.tsx | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Router.tsx b/src/Router.tsx index c02a0bc..3e38654 100644 --- a/src/Router.tsx +++ b/src/Router.tsx @@ -34,18 +34,18 @@ const Router = () => { element={} /> {/* 중고 거래 */} - } - /> - } - /> - } - /> + } + /> + } + /> + } + /> {/* 대시보드 메인 */} { const [partsData, setPartsData] = useState([]); useEffect(() => { - getSortParts({ point: 30, mode: selected.toUpperCase() }) + getSortParts({ point: 50, mode: selected.toUpperCase() }) .then((res) => { console.log('모델&그룹별 부품 조회', res.data); // 확인용 setPartsData(res.data.data);