From 2b6a7800cfb9e52ee3932e83a8360bc561efb224 Mon Sep 17 00:00:00 2001 From: luckylooky2 Date: Sun, 19 Mar 2023 22:37:08 +0900 Subject: [PATCH] #14 test : response --- front/src/components/party/PartyDetail.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/components/party/PartyDetail.tsx b/front/src/components/party/PartyDetail.tsx index 31e70c2..834d125 100644 --- a/front/src/components/party/PartyDetail.tsx +++ b/front/src/components/party/PartyDetail.tsx @@ -65,6 +65,7 @@ const PartyDetail = (): JSX.Element => { create_at: new Date(response.data.create_at), }); const myResponse = await UserService.getMyUserId(); + console.log(myResponse.data); setIntraId(myResponse.data.intra_id); if (intraId === detail.writer) setIsWriter(true);