diff --git a/src/components/MoneyRequestConfirmationList.tsx b/src/components/MoneyRequestConfirmationList.tsx index d4e4a51caf05..df784cb8bed8 100755 --- a/src/components/MoneyRequestConfirmationList.tsx +++ b/src/components/MoneyRequestConfirmationList.tsx @@ -428,7 +428,7 @@ function MoneyRequestConfirmationList({ setFormError(''); // eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps -- we don't want this effect to run if it's just setFormError that changes - }, [isFocused, transaction, shouldDisplayFieldError, hasSmartScanFailed, didConfirmSplit]); + }, [isFocused, shouldDisplayFieldError, hasSmartScanFailed, didConfirmSplit]); useEffect(() => { // We want this effect to run only when the transaction is moving from Self DM to a expense chat