Skip to content

Commit bf8fd73

Browse files
committed
fix: types for dashboard
1 parent 8bc84e5 commit bf8fd73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/invoice-dashboard/src/lib/react/InvoiceDashboard.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export interface InvoiceDashboardProps {
99
wagmiConfig: WagmiConfig;
1010
requestNetwork: RequestNetwork | null | undefined;
1111
currencies: CurrencyTypes.CurrencyInput[];
12-
isDecryptionEnabled: boolean;
13-
enableDecryption: (option: boolean) => void;
1412
}
1513
/**
1614
* InvoiceDashboard is a React component that integrates with the Request Network to manage and display invoices.

0 commit comments

Comments
 (0)