mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +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}
|
{props.leftText}
|
||||||
</Text>
|
</Text>
|
||||||
<PlusIcon
|
<PlusIcon accessibilityRole="button" accessibilityLabel={loc.wallets.add_title} onPress={props.onNewWalletPress} />
|
||||||
accessibilityRole="button"
|
|
||||||
accessibilityLabel={loc.wallets.add_title}
|
|
||||||
onPress={props.onNewWalletPress}
|
|
||||||
Component={TouchableOpacity}
|
|
||||||
/>
|
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue