Update project applications summary line

cgen-3820a7ba37794eecbc7861a7319a6641
This commit is contained in:
Builder.io 2025-10-14 04:23:14 +00:00
parent 00da449bba
commit 7c508dbee3

View file

@ -973,9 +973,9 @@ export default function Admin() {
<CardContent className="space-y-3 text-sm text-muted-foreground"> <CardContent className="space-y-3 text-sm text-muted-foreground">
<div className="flex flex-wrap items-center justify-between gap-2"> <div className="flex flex-wrap items-center justify-between gap-2">
<p> <p>
{applicationsLoading {projectApplicationsLoading
? "Loading application data…" ? "Loading application data…"
: `${applications.length} total submissions (${pendingApplications} waiting)`} : `${projectApplications.length} total submissions (${pendingProjectApplications} waiting)`}
</p> </p>
<Button <Button
variant="outline" variant="outline"