mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Update BlueComponents.js
This commit is contained in:
parent
030b96d2f7
commit
ad86aefb9d
1 changed files with 1 additions and 6 deletions
|
@ -558,12 +558,7 @@ export const BlueHeaderDefaultMain = props => {
|
|||
>
|
||||
{props.leftText}
|
||||
</Text>
|
||||
<PlusIcon
|
||||
accessibilityRole="button"
|
||||
accessibilityLabel={loc.wallets.add_title}
|
||||
onPress={props.onNewWalletPress}
|
||||
Component={TouchableOpacity}
|
||||
/>
|
||||
<PlusIcon accessibilityRole="button" accessibilityLabel={loc.wallets.add_title} onPress={props.onNewWalletPress} />
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue