Skip to content

Commit

Permalink
#14 test : response
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Mar 19, 2023
1 parent edd7b47 commit 2b6a780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/components/party/PartyDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2b6a780

Please sign in to comment.