Skip to content

Commit

Permalink
add missing function call parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Dec 20, 2023
1 parent 6ddaf97 commit e991de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Payment/Receive/Invoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function InvoiceScreen({ navigation, route }: TMintInvoicePagePro
value: paymentRequest,
mints: [mintUrl],
})
clearInvoiceInterval
clearInvoiceInterval()
navigation.navigate('success', { amount, mint: formatMintUrl(mintUrl) })
return
}
Expand Down

0 comments on commit e991de6

Please sign in to comment.