fix: restore top border of "Manage Sessions" row (#1134)
This commit is contained in:
@@ -194,7 +194,7 @@ export const OptionsSection = ({ title, encryptionAvailable }: Props) => {
|
||||
<ButtonCell
|
||||
testID="manageSessionsButton"
|
||||
leftAligned={true}
|
||||
first={false}
|
||||
first={true}
|
||||
title={'Manage Sessions'}
|
||||
onPress={openManageSessions}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user