diff --git a/src/components/MoneyRequestAmountInput.tsx b/src/components/MoneyRequestAmountInput.tsx index f41367c105de..85bb79f85518 100644 --- a/src/components/MoneyRequestAmountInput.tsx +++ b/src/components/MoneyRequestAmountInput.tsx @@ -241,7 +241,7 @@ function MoneyRequestAmountInput( end: frontendAmount.length, }); } - }, [amount, shouldKeepUserInput, shouldResetAmount]); + }, [amount, currency, formatAmountOnBlur, shouldKeepUserInput, onFormatAmount, shouldResetAmount, onResetAmount, currentAmount]); // Modifies the amount to match the decimals for changed currency. useEffect(() => {