Skip to content

Commit d2954b6

Browse files
fix: update page.tsx to use accounts.items for selectMinCompressedSolAccountsForTransfer (#1091)
1 parent 2b9542d commit d2954b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser/nextjs/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const SendButton: FC = () => {
9292

9393
console.log('accounts', accounts);
9494
const [selectedAccounts, _] = selectMinCompressedSolAccountsForTransfer(
95-
accounts,
95+
accounts.items,
9696
1e7,
9797
);
9898

0 commit comments

Comments
 (0)