Skip to content

Commit d2004ad

Browse files
d4mrjoaquim-verges
authored andcommitted
fix more typos
1 parent ccc9e97 commit d2004ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/dashboard/src/app/team/[team_slug]/[project_slug]/transactions/server-wallets/components/create-server-wallet.client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ export default function CreateServerWallet(props: {
253253
{
254254
type: "eoa:signStructuredMessage",
255255
structuredPatterns: {
256-
userOpV06: {},
257-
userOpV07: {},
256+
useropV06: {},
257+
useropV07: {},
258258
},
259259
metadataPatterns: [
260260
{

apps/dashboard/src/app/team/[team_slug]/[project_slug]/transactions/server-wallets/components/list-access-tokens.client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ export default function ListAccessTokensButton(props: {
165165
{
166166
type: "eoa:signStructuredMessage",
167167
structuredPatterns: {
168-
userOpV06: {},
169-
userOpV07: {},
168+
useropV06: {},
169+
useropV07: {},
170170
},
171171
metadataPatterns: [
172172
{

0 commit comments

Comments
 (0)