Skip to content

Commit

Permalink
fix ts error in hotfix patch 😩 (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
asktree authored Aug 22, 2023
1 parent c939ba2 commit 81bafc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sendTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

1 comment on commit 81bafc9

@vercel
Copy link

@vercel vercel bot commented on 81bafc9 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

governance-ui – ./

governance-ui-solana-labs.vercel.app
governance-ui-git-main-solana-labs.vercel.app
app.realms.today

Please sign in to comment.