Skip to content

Commit

Permalink
Fix :네비게이션 동작오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoj0806 committed May 14, 2024
1 parent dc54ac2 commit 5e88df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Navigation = () => {
/>
</Link>
<div className={styles["profile-wrapper"]}>
{accessToken !== undefined ? (
{accessToken !== null ? (
<>
{data?.map((item) => {
return (
Expand Down

0 comments on commit 5e88df8

Please sign in to comment.