REF: Remove unused Button prop

This commit is contained in:
Stefan Eißler 2024-12-29 13:47:37 +01:00 committed by Overtorment
parent 28d9fa1d53
commit 68262504b5

View file

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