We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54370c5 commit bc3200eCopy full SHA for bc3200e
ui/pages/confirmations/hooks/transactions/dapp-swap-comparison/useDappSwapComparisonInfo.ts
@@ -74,7 +74,9 @@ export function useDappSwapComparisonInfo() {
74
transactionData,
75
txParams?.from as string,
76
);
77
- updateRequestDetectionLatency();
+ if (result.quotesInput) {
78
+ updateRequestDetectionLatency();
79
+ }
80
return result;
81
} catch (error) {
82
captureException(error);
0 commit comments