Skip to content

Commit

Permalink
종속성 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sonagi98 committed Jul 24, 2023
1 parent 0726ab7 commit b8835f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/MyPage/UserInfo/UserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const UserInfo = () => {
const [isModalOpen, setModalOpen] = useState<boolean>(false);
const openInfoEditModal = useCallback(() => {
setModalOpen(!isModalOpen);
}, [isModalOpen]);
}, []);

return (
<div className="flex flex-col">
Expand Down

0 comments on commit b8835f4

Please sign in to comment.