Skip to content

Commit

Permalink
fix: change acc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Oct 18, 2023
1 parent ddc91e3 commit ce13789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SwitchAccountListItem = memo(
const handleClick = async () => {
setIsLoading();
setTimeout(async () => {
await handleSwitchAccount(currentAccountIndex);
await handleSwitchAccount(index);
setIsIdle();
}, 80);
};
Expand Down

0 comments on commit ce13789

Please sign in to comment.