Skip to content

Commit

Permalink
[Fix]set 종속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyeongbin committed Dec 5, 2023
1 parent 0a72fcf commit cff83fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/Mypage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export default function Mypage() {
React.useCallback(() => {
if (changedAge !== userAge) {
setBtnActive(true);
} else {
setBtnActive(false);
}
}, [changedAge]),
);
Expand Down

0 comments on commit cff83fb

Please sign in to comment.