Skip to content

Commit

Permalink
revert default location
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Aug 8, 2023
1 parent 3e42240 commit 45fdbe4
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 @@ -44,8 +44,8 @@ export type KitWalletProvider = {
theme?: Theme
}

// const DEFAULT_LOCATION = 'home'
const DEFAULT_LOCATION = 'settings'
const DEFAULT_LOCATION = 'home'
// const DEFAULT_LOCATION = 'settings'

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

0 comments on commit 45fdbe4

Please sign in to comment.