From f8e3227c052ed02c6bdfe691286f1fffc252c5ae Mon Sep 17 00:00:00 2001 From: Jihyun Kim Date: Thu, 26 Dec 2024 17:15:50 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20FIX:=20=EC=97=90=EB=9F=AC=20=EB=A9=94?= =?UTF-8?q?=EC=8B=9C=EC=A7=80=20=EA=B4=80=EB=A0=A8=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20#1718?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Modals/RegisterModal/RegisterModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Presentation/components/Modals/RegisterModal/RegisterModal.tsx b/frontend/src/Presentation/components/Modals/RegisterModal/RegisterModal.tsx index 4c35c97fb..1c4c1afc0 100644 --- a/frontend/src/Presentation/components/Modals/RegisterModal/RegisterModal.tsx +++ b/frontend/src/Presentation/components/Modals/RegisterModal/RegisterModal.tsx @@ -64,7 +64,7 @@ Cabi 슬랙 채널로 문의해주세요. }, 1500); setIsFinished(true); } catch (error: any) { - setModalTitle(error.response); + setModalTitle(error.response.data.message); setHasErrorOnResponse(true); } finally { setShowResponseModal(true);