Skip to content

Commit

Permalink
fix: deph render
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Dec 10, 2023
1 parent bba77e5 commit e6b6684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const BridgeButton = ({

useEffect(() => {
setValue('bridgeFees', fee)
}, [fee])
}, [fee, setValue])

useEffectOnce(() => {
register('bridgeFees')
Expand Down

0 comments on commit e6b6684

Please sign in to comment.