Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b11e12f348
commit
6022e1f659
@@ -15,6 +15,7 @@ import { formatCurrency, formatDate, formatDateTime, statusBadgeClass } from "@/
|
||||
import { toast } from "sonner";
|
||||
import { downloadStatusReport } from "@/lib/status-pdf";
|
||||
import { GenerateInvoiceDialog } from "@/components/invoices/generate-invoice-dialog";
|
||||
import { TrustAccountPanel } from "@/components/trust/trust-account-panel";
|
||||
|
||||
export const Route = createFileRoute("/clients/$clientId")({
|
||||
component: () => (
|
||||
@@ -203,6 +204,8 @@ function ClientDetail() {
|
||||
</CardContent>
|
||||
</Card>
|
||||
)}
|
||||
|
||||
<TrustAccountPanel clientId={clientId} />
|
||||
</div>
|
||||
|
||||
<Card className="border-border/60 h-fit">
|
||||
|
||||
Reference in New Issue
Block a user