No payment methods on file
; + } + if (compact) { + return ( +No invoices
; + } + const py = compact ? "py-1" : "py-2"; + const pb = compact ? "pb-1" : "pb-2"; + return ( +| Date | + {!compact &&Number | } +Amount | +Status | +Invoice | +
|---|---|---|---|---|
| + {inv.created + ? new Date(inv.created * 1000).toLocaleDateString() + : "-"} + | + {!compact && ( ++ {inv.number ?? "-"} + | + )} ++ {inv.amount_due != null + ? `$${(inv.amount_due / 100).toFixed(2)}` + : "-"} + | ++ + {inv.status ?? "-"} + + | ++ {inv.hosted_invoice_url && ( + + View + + )} + | +
PostHog not configured
+No feature flags evaluated
+ ) : ( +ID: {guildId}
+Loading details...
+ ) : sub?.stripe_customer_id ? ( +Loading details...
+ ) : ( ++ No Stripe customer linked +
+ )} ++ No guilds found. The bot may not be installed in any servers. +
+ )} +