Skip to content

Commit

Permalink
chore: resolved eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 16, 2022
1 parent 8b66bed commit 49c9e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/account/Faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ThrottleLimit = ({
});

return () => sub$$.unsubscribe();
}, [lastTime, onFinish]);
}, [lastTime, throttleHours, onFinish]);

return (
<>
Expand Down

0 comments on commit 49c9e87

Please sign in to comment.