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 (
-