Skip to content

Commit

Permalink
fix finalizing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Apr 16, 2024
1 parent 6a4bc02 commit cafb1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account-kit/src/useOnboardingSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const onboardingSteps = {
// TODO: rework this, feels weird to show this as a step on the left
finalizing: {
label: "Finalizing",
requires: ["accountDelegation"],
requires: ["connectedWallet", "gasAllowance", "gasSpender", "accountDelegation"],
satisfies: ["accountDelegationConfirmed"],
},
} as const satisfies {
Expand Down

0 comments on commit cafb1a0

Please sign in to comment.