Skip to content

Commit

Permalink
refactor: 의존성 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzijeong committed Oct 13, 2023
1 parent 5047dad commit f9f0f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/@common/Toggle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Toggle = ({
} else {
toggleOnCallback && toggleOnCallback();
}
}, [state]);
}, [state, toggleOffCallback, toggleOnCallback]);

return (
<Wrapper>
Expand Down

0 comments on commit f9f0f8a

Please sign in to comment.