From e519af22ad74e1f3f779b8daec88df688ebcd006 Mon Sep 17 00:00:00 2001 From: 14Kgun Date: Wed, 27 Sep 2023 20:13:04 +0900 Subject: [PATCH] Fix: type of phoneNumber --- src/atoms/loginInfo.ts | 2 +- src/components/ModalPopup/ModalEvent2023FallJoin.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atoms/loginInfo.ts b/src/atoms/loginInfo.ts index 3ad60b307..e25c8ad48 100644 --- a/src/atoms/loginInfo.ts +++ b/src/atoms/loginInfo.ts @@ -12,7 +12,7 @@ export type LoginInfoType = Nullable<{ profileImgUrl: string; subinfo: { kaist: string; sparcs: string; facebook: string; twitter: string }; withdraw: boolean; - phoneNumber: string; + phoneNumber?: string; account: string; // deviceType: "web" | "app"; // #580 - loadenv의 deviceType을 사용하여야 합니다. deviceToken: Nullable; diff --git a/src/components/ModalPopup/ModalEvent2023FallJoin.tsx b/src/components/ModalPopup/ModalEvent2023FallJoin.tsx index 48b1d929f..97dbfffd7 100644 --- a/src/components/ModalPopup/ModalEvent2023FallJoin.tsx +++ b/src/components/ModalPopup/ModalEvent2023FallJoin.tsx @@ -138,7 +138,7 @@ const ModalEvent2023FallJoin = (modalProps: ModalEvent2023FallJoinProps) => {
전화번호