Skip to content

Commit

Permalink
Merge pull request #202 from softeerbootcamp4th/fix/#201-tab-casper
Browse files Browse the repository at this point in the history
[Fix] getApplyCount dependency 수정
  • Loading branch information
sooyeoniya authored Aug 23, 2024
2 parents 28d7d39 + f35074a commit 34bf20f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function CasperCustomFinish({

unblockNavigation();
getApplyCount();
}, [cookies]);
}, []);

const handleSaveImage = () => {
if (!casperCustomRef.current) {
Expand Down

0 comments on commit 34bf20f

Please sign in to comment.