From 1ac4defaca4a7502ebb88b1c40f26dd20a44c2ec Mon Sep 17 00:00:00 2001 From: steven-yn Date: Tue, 7 May 2024 22:35:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20history=20tab=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=8B=9C=20=EC=B0=BD=20=EC=97=B4=EB=A6=BC=20=EA=B3=A0=EC=A0=95?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SkillList/SkillList.tsx | 2 +- src/components/SkillSlide/SkillSlide.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/SkillList/SkillList.tsx b/src/components/SkillList/SkillList.tsx index 7e4c571..10143f7 100644 --- a/src/components/SkillList/SkillList.tsx +++ b/src/components/SkillList/SkillList.tsx @@ -89,7 +89,7 @@ const Overlay = () => { as="button" type="button" className={buttonStyle} - onClick={() => setIsModalOpen((prev) => !prev)} + onClick={() => setIsModalOpen(() => true)} > 다루는 스킬 더 보기 { {!isTabOpen && ( { - setIsTabOpen(() => true); + setIsTabOpen((prev) => !prev); }} > …