Skip to content

Commit 00042e8

Browse files
authored
fix: remove signerMeta from permissionResponse destructuring (#273)
1 parent dad2565 commit 00042e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/site/src/pages/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ const Index = () => {
189189

190190
const feePerGas = await getFeePerGas();
191191

192-
const { accountMeta, context, signerMeta } = permissionResponse[0];
193-
const { delegationManager } = signerMeta;
192+
const { accountMeta, context, delegationManager } = permissionResponse[0];
194193

195194
const publicClient = createPublicClient({
196195
chain: selectedChain,

0 commit comments

Comments
 (0)