Skip to content

Commit

Permalink
do not select first account
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Oct 22, 2024
1 parent 7b562b4 commit 588f19f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/Views/AccountActions/AccountActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,12 @@ const AccountActions = () => {
onPress: async () => {
sheetRef.current?.onCloseBottomSheet(async () => {
await removeSnapAccount();
await selectFirstAccount();
});
},
},
],
);
}, [removeSnapAccount, selectFirstAccount]);
}, [removeSnapAccount]);
///: END:ONLY_INCLUDE_IF

/**
Expand Down

0 comments on commit 588f19f

Please sign in to comment.