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,13 +23,8 @@ const NetworkSettings = () => {
|
||||||
<BlueListItem title={loc.settings.network_electrum} onPress={navigateToElectrumSettings} testID="ElectrumSettings" chevron />
|
<BlueListItem title={loc.settings.network_electrum} onPress={navigateToElectrumSettings} testID="ElectrumSettings" chevron />
|
||||||
<BlueListItem title={loc.settings.lightning_settings} onPress={navigateToLightningSettings} testID="LightningSettings" chevron />
|
<BlueListItem title={loc.settings.lightning_settings} onPress={navigateToLightningSettings} testID="LightningSettings" chevron />
|
||||||
{Notifications.isNotificationsCapable && (
|
{Notifications.isNotificationsCapable && (
|
||||||
<BlueListItem
|
<BlueListItem title={loc.settings.notifications} onPress={() => navigate('NotificationSettings')} testID="NotificationSettings" chevron />
|
||||||
title={loc.settings.notifications}
|
)}
|
||||||
onPress={() => navigate('NotificationSettings')}
|
|
||||||
testID="NotificationSettings"
|
|
||||||
chevron
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</SafeBlueArea>
|
</SafeBlueArea>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue