From acde7553af506c5b095b6387fc2f1342837f58fe Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Thu, 11 Dec 2025 20:27:16 +0800 Subject: [PATCH] fix invalid rate error message blinks --- src/components/MoneyRequestConfirmationList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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