Skip to content

Commit

Permalink
reset default location
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Aug 9, 2023
1 parent 0257650 commit 5b375f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet/src/shared/KitWalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export type KitWalletProvider = {
theme?: Theme
}

// const DEFAULT_LOCATION = 'home'
const DEFAULT_LOCATION = 'settings-networks'
const DEFAULT_LOCATION = 'home'
// const DEFAULT_LOCATION = 'settings-networks'

export const KitWalletProvider = ({ children, theme }: KitWalletProvider) => {
// Wallet Modal Context
Expand Down

0 comments on commit 5b375f0

Please sign in to comment.