Skip to content

Commit

Permalink
chore: update default wallet tab
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed May 14, 2024
1 parent 871a94c commit e84983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/walletTabTypeStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ interface WalletStore {

export const walletTabStore = reactive<WalletStore>({
tabs,
selectedTab: tabs[2],
selectedTab: tabs[0],
})

0 comments on commit e84983e

Please sign in to comment.