Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
황 태환 committed Feb 28, 2024
1 parent 0f4b16a commit 98d1c65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/(routes)/member/[memberId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export default async function Home({ params: { memberId } }: { params: { memberI
accessToken,
});

const member = await getMember({ accessToken });

const isMyPage = characters?.isMe;
const headerText = `${characters?.memberNickname}의 도감`;
const showCharacterCreateButton = isMyPage && characters.characters.length < MAXIMUM_CHARACTER;
Expand Down

0 comments on commit 98d1c65

Please sign in to comment.