This commit is contained in:
ncoelho 2021-04-02 13:27:17 +02:00
parent 84b4a9f83b
commit 56a519073c

View file

@ -23,13 +23,8 @@ const NetworkSettings = () => {
<BlueListItem title={loc.settings.network_electrum} onPress={navigateToElectrumSettings} testID="ElectrumSettings" chevron />
<BlueListItem title={loc.settings.lightning_settings} onPress={navigateToLightningSettings} testID="LightningSettings" chevron />
{Notifications.isNotificationsCapable && (
<BlueListItem
title={loc.settings.notifications}
onPress={() => navigate('NotificationSettings')}
testID="NotificationSettings"
chevron
/>
)}
<BlueListItem title={loc.settings.notifications} onPress={() => navigate('NotificationSettings')} testID="NotificationSettings" chevron />
)}
</ScrollView>
</SafeBlueArea>
);