Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Dec 19, 2024
1 parent 6974f0d commit fe158c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const TokenInput = ({ onTokenClick }: { onTokenClick: () => void }) => {
if (refTokensInput.current.value !== expectedInputValue)
refTokensInput.current.value = expectedInputValue
}
}, [amount, sendMax, token, maxAmount?.tokens])
}, [amount, sendMax, token, maxAmount])

const defaultValue = useMemo(
() =>
Expand Down

0 comments on commit fe158c7

Please sign in to comment.