Skip to content

Commit f9ca502

Browse files
committed
Address code review
1 parent 0d4c8e5 commit f9ca502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/orders/components/OrderSendRefundPage/components/TransactionCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const TransactionCard = ({
9595
if (isValueFocused) return;
9696

9797
setValueInput(value?.toString() ?? "");
98-
}, [value, isValueFocused]);
98+
}, [value, isValueFocused, submitError]);
9999

100100
React.useEffect(() => {
101101
if (status === "success") {

0 commit comments

Comments
 (0)