diff --git a/damus/Components/InvoiceView.swift b/damus/Components/InvoiceView.swift index 0a1b7777..1c7d8511 100644 --- a/damus/Components/InvoiceView.swift +++ b/damus/Components/InvoiceView.swift @@ -18,6 +18,9 @@ struct InvoiceView: View { showingSelectWallet = true } .buttonStyle(.bordered) + .onTapGesture { + // Temporary solution so that the "pay" button can be clicked (Yes we need an empty tap gesture) + } } var body: some View {