fix: restore top border of "Manage Sessions" row (#1134)

This commit is contained in:
Vardan Hakobyan
2022-06-22 16:19:09 +04:00
committed by GitHub
parent 6be25ae828
commit 0608203db5

View File

@@ -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}
/> />