diff --git a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/EditSellAmount/EditSellAmount.tsx b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/EditSellAmount/EditSellAmount.tsx index b719ccfa80..c1f3c7828d 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/EditSellAmount/EditSellAmount.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/EditSellAmount/EditSellAmount.tsx @@ -70,7 +70,7 @@ export const EditSellAmount = () => { React.useEffect(() => { recalculateBuyValue(quantity) // eslint-disable-next-line react-hooks/exhaustive-deps - }, [buyTokenInfo?.id]) + }, [buyTokenInfo?.id, createOrder?.selectedPool?.poolId]) const onChangeQuantity = (text: string) => { try {