Skip to content

Commit

Permalink
Fix interaction tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Feb 20, 2024
1 parent 8932e13 commit 25d7975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/mocks/providers/accounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const MockAccountsProvider: FC<MockAccountsProps> = ({ children, accounts
isLoading: false,
wallet: accounts.hasWallet === false ? undefined : WALLET,
allWallets: allWallets.map((wallet) => ({ ...wallet, installed: false })),
walletState: accounts.hasWallet ? 'READY' : undefined,
}

const membershipContextValue: MyMemberships = {
Expand Down

0 comments on commit 25d7975

Please sign in to comment.