diff --git a/app/components/Views/AccountActions/AccountActions.tsx b/app/components/Views/AccountActions/AccountActions.tsx index fb941e1dc8e..99547d6cfda 100644 --- a/app/components/Views/AccountActions/AccountActions.tsx +++ b/app/components/Views/AccountActions/AccountActions.tsx @@ -229,13 +229,12 @@ const AccountActions = () => { onPress: async () => { sheetRef.current?.onCloseBottomSheet(async () => { await removeSnapAccount(); - await selectFirstAccount(); }); }, }, ], ); - }, [removeSnapAccount, selectFirstAccount]); + }, [removeSnapAccount]); ///: END:ONLY_INCLUDE_IF /**