Skip to content

Commit

Permalink
Update src/__swaps__/screens/Swap/hooks/useSwapInputsController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored Jun 18, 2024
1 parent f8b1c19 commit 75faaad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__swaps__/screens/Swap/hooks/useSwapInputsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,6 @@ export function useSwapInputsController({
}
if (inputMethod.value === 'outputAmount' && !equalWorklet(current.values.outputAmount, previous.values.outputAmount)) {
// If the number in the output field changes

console.log('here');
if (equalWorklet(current.values.outputAmount, 0)) {
// If the output amount was set to 0
quoteFetchingInterval.stop();
Expand Down

0 comments on commit 75faaad

Please sign in to comment.