diff --git a/server/router/pages/components/invoice.templ b/server/router/pages/components/invoice.templ index b972832..20a9538 100644 --- a/server/router/pages/components/invoice.templ +++ b/server/router/pages/components/invoice.templ @@ -11,8 +11,8 @@ templ Invoice(hash string, bolt11 string, msats int, expiresIn int, paid bool, r
{ format(msats) }
@InvoiceStatus(hash, expiresIn, paid, redirectUrl) -
- -
- } +
+ } + } func format(msats int) string {