Skip to content

Commit e593a7c

Browse files
query
1 parent 604f3f8 commit e593a7c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/thirdweb/src/react/web/ui/Bridge/BuyWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ export function BuyWidget(props: BuyWidgetProps) {
282282
toChainId: props.chain.id,
283283
toToken: props.tokenAddress,
284284
});
285+
return true;
285286
},
286287
queryKey: ["buy_widget:render"],
287288
});

packages/thirdweb/src/react/web/ui/Bridge/CheckoutWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ export function CheckoutWidget(props: CheckoutWidgetProps) {
265265
toChainId: props.chain.id,
266266
toToken: props.tokenAddress,
267267
});
268+
return true;
268269
},
269270
queryKey: ["checkout_widget:render"],
270271
});

packages/thirdweb/src/react/web/ui/Bridge/TransactionWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ export function TransactionWidget(props: TransactionWidgetProps) {
292292
event: "ub:ui:transaction_widget:render",
293293
toToken: props.tokenAddress,
294294
});
295+
return true;
295296
},
296297
queryKey: ["transaction_widget:render"],
297298
});

0 commit comments

Comments
 (0)