Skip to content

Commit ac18def

Browse files
committed
fix build
1 parent 83a84d1 commit ac18def

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22
import { useQuery } from "@tanstack/react-query";
3-
import type { PaymentMachineEvent } from "src/react/core/machines/paymentMachine.js";
43
import type { Token } from "../../../../bridge/index.js";
54
import type { ThirdwebClient } from "../../../../client/client.js";
65
import { NATIVE_TOKEN_ADDRESS } from "../../../../constants/addresses.js";
@@ -21,6 +20,7 @@ import { useChainMetadata } from "../../../core/hooks/others/useChainQuery.js";
2120
import { useTransactionDetails } from "../../../core/hooks/useTransactionDetails.js";
2221
import { useActiveAccount } from "../../../core/hooks/wallets/useActiveAccount.js";
2322
import { useActiveWallet } from "../../../core/hooks/wallets/useActiveWallet.js";
23+
import type { PaymentMachineEvent } from "../../../core/machines/paymentMachine.js";
2424
import { ConnectButton } from "../ConnectWallet/ConnectButton.js";
2525
import { PoweredByThirdweb } from "../ConnectWallet/PoweredByTW.js";
2626
import { Container, Line } from "../components/basic.js";

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

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

0 commit comments

Comments
 (0)