mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
fix lint
This commit is contained in:
parent
84b4a9f83b
commit
56a519073c
1 changed files with 2 additions and 7 deletions
|
@ -23,12 +23,7 @@ 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue