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: () => ( 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();