Skip to content

Commit bc3200e

Browse files
committed
update
1 parent 54370c5 commit bc3200e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/pages/confirmations/hooks/transactions/dapp-swap-comparison/useDappSwapComparisonInfo.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ export function useDappSwapComparisonInfo() {
7474
transactionData,
7575
txParams?.from as string,
7676
);
77-
updateRequestDetectionLatency();
77+
if (result.quotesInput) {
78+
updateRequestDetectionLatency();
79+
}
7880
return result;
7981
} catch (error) {
8082
captureException(error);

0 commit comments

Comments
 (0)