diff --git a/components/zap.templ b/components/zap.templ index c04fdfa..c602d61 100644 --- a/components/zap.templ +++ b/components/zap.templ @@ -8,13 +8,13 @@ import ( templ Zap(inv *lightning.Invoice) {
-
+
{ inv.Description }
-
{ fmt.Sprintf("%.8s / %s", inv.PaymentHash, humanize(inv.Msats)) }
+
{ fmt.Sprintf("%s", humanize(inv.Msats)) }