mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
REF: Remove unused Button prop
This commit is contained in:
parent
28d9fa1d53
commit
68262504b5
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ const LNDViewInvoice = () => {
|
|||
headerRight: () => (
|
||||
<TouchableOpacity
|
||||
accessibilityRole="button"
|
||||
// @ts-ignore - button is not suppprted .
|
||||
style={styles.button}
|
||||
onPress={() => {
|
||||
// @ts-ignore: navigation
|
||||
navigation?.getParent().pop();
|
||||
|
|
Loading…
Add table
Reference in a new issue