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
|
<ButtonCell
|
||||||
testID="manageSessionsButton"
|
testID="manageSessionsButton"
|
||||||
leftAligned={true}
|
leftAligned={true}
|
||||||
first={false}
|
first={true}
|
||||||
title={'Manage Sessions'}
|
title={'Manage Sessions'}
|
||||||
onPress={openManageSessions}
|
onPress={openManageSessions}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user