From 7a7833242f18b060d9a81379cc2ca84f3b834f56 Mon Sep 17 00:00:00 2001 From: arch-spatula Date: Mon, 9 Jan 2023 12:05:27 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20navigation=EC=9D=84=20=EB=A7=A4?= =?UTF-8?q?=EA=B0=9C=EB=B3=80=EC=88=98=EB=A1=9C=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=96=88=EC=8A=B5=EB=8B=88=EB=8B=A4.=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screen/MyPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen/MyPage.jsx b/src/screen/MyPage.jsx index b2174eb..064a464 100644 --- a/src/screen/MyPage.jsx +++ b/src/screen/MyPage.jsx @@ -15,7 +15,7 @@ const adminInfo = { pw: '123456', }; // { navigation: { navigate } } -const MyPage = () => { +const MyPage = ({ navigation: { navigate } }) => { // 회원가입입니다. const handlesSignUp = (id, pw) => { return createUserWithEmailAndPassword(