Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BBK912 committed Mar 29, 2024
1 parent 008dbe2 commit 6db2a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/accountActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const setAccount = async (account: string, notifySucess = true) => {

invoke('switch_profile', { account })
.then((res: CarpeProfile) => {
res.account = res.account.toLocaleLowerCase()
res.account = res.account.toLocaleUpperCase()
signingAccount.set(res)
isInit.set(true)
if (notifySucess) {
Expand Down

0 comments on commit 6db2a0c

Please sign in to comment.