Update BlueComponents.js

This commit is contained in:
Marcos Rodriguez Velez 2023-11-04 17:15:32 -04:00
parent 030b96d2f7
commit ad86aefb9d
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -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>
);
};