Skip to content

Commit

Permalink
Style : CI/CD에서 잡아준 에러로 수정했습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglocal committed Feb 4, 2024
1 parent e33c35c commit 89aa080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Header() {
};

const handleHistoryButtonClick = () => {
router.push(`/${params.userNickname}/${params.listId}/history`);
router.push(`/${params?.userNickname}/${params?.listId}/history`);
};

return (
Expand Down

0 comments on commit 89aa080

Please sign in to comment.