diff --git a/utils/sendTransactions.tsx b/utils/sendTransactions.tsx index c5dce773f3..f740fa144d 100644 --- a/utils/sendTransactions.tsx +++ b/utils/sendTransactions.tsx @@ -41,7 +41,7 @@ export const sendTransactionsV3 = ({ config, // eslint-disable-next-line @typescript-eslint/no-unused-vars lookupTableAccounts, -}: sendSignAndConfirmTransactionsProps & { lookupTableAccounts: any }) => { +}: sendSignAndConfirmTransactionsProps & { lookupTableAccounts?: any }) => { const callbacksWithUiComponent = { afterBatchSign: (signedTxnsCount) => { if (callbacks?.afterBatchSign) {