From 63475449d7612cb2811e9f37e084bf05dc63682d Mon Sep 17 00:00:00 2001 From: jaesjeon Date: Thu, 4 Aug 2022 17:41:24 +0900 Subject: [PATCH] =?UTF-8?q?fixed:=20=EB=A9=80=ED=8B=B0=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=B7=B0=EC=97=90=EC=84=9C=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EB=90=A8?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=9D=BC=20<=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=ED=95=A9=EC=B9=98=EA=B8=B0>=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20#234?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyPage/Azone.js | 9 +-------- src/pages/MyPage.js | 1 - 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/MyPage/Azone.js b/src/components/MyPage/Azone.js index 092ac4a8..a7d8d676 100644 --- a/src/components/MyPage/Azone.js +++ b/src/components/MyPage/Azone.js @@ -2,7 +2,7 @@ import { css } from '@emotion/react'; import ProfileBlock from './ProfileBlock'; -function Azone({ myInfo, setPopUp, popUp, setBindingPopUp, bindingPopUp }) { +function Azone({ myInfo, setPopUp, popUp, bindingPopUp }) { return (
-