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: () => (
|
headerRight: () => (
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
// @ts-ignore - button is not suppprted .
|
|
||||||
style={styles.button}
|
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
// @ts-ignore: navigation
|
// @ts-ignore: navigation
|
||||||
navigation?.getParent().pop();
|
navigation?.getParent().pop();
|
||||||
|
|
Loading…
Add table
Reference in a new issue