Skip to content

Commit 41fe40a

Browse files
committed
fix build
1 parent c570dd9 commit 41fe40a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export type UIOptions = Prettify<
6363
)
6464
>;
6565

66-
interface BridgeOrchestratorProps {
66+
export interface BridgeOrchestratorProps {
6767
/**
6868
* UI configuration and mode
6969
*/

packages/thirdweb/src/stories/Bridge/TransactionPayment.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const TransactionPaymentWithTheme = (
2929
const meta = {
3030
args: {
3131
client: storyClient,
32-
sendEvent: (_event) => {},
32+
onExecuteTransaction: () => {},
3333
onContinue: (_amount, _token, _receiverAddress) => {},
3434
theme: "dark",
3535
uiOptions: TRANSACTION_UI_OPTIONS.ethTransfer,

0 commit comments

Comments
 (0)