From ae84d5a7340671a971954d80e26ab04d34e14f7e Mon Sep 17 00:00:00 2001 From: Jay V Date: Tue, 16 Sep 2025 17:09:27 -0400 Subject: ignore: zen --- cloud/app/src/component/workspace/payment-section.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloud/app/src/component/workspace/payment-section.tsx') diff --git a/cloud/app/src/component/workspace/payment-section.tsx b/cloud/app/src/component/workspace/payment-section.tsx index f802fa96a..a346cb55f 100644 --- a/cloud/app/src/component/workspace/payment-section.tsx +++ b/cloud/app/src/component/workspace/payment-section.tsx @@ -3,6 +3,7 @@ import { query, useParams, createAsync } from "@solidjs/router" import { For } from "solid-js" import { withActor } from "~/context/auth.withActor" import { formatDateUTC, formatDateForTable } from "./common" +import styles from "./payment-section.module.css" const getPaymentsInfo = query(async (workspaceID: string) => { "use server" @@ -18,7 +19,7 @@ export function PaymentSection() { return ( payments() && payments()!.length > 0 && ( -
+

Payments History

Recent payment transactions.

-- cgit v1.2.3