Update project applications summary line
cgen-3820a7ba37794eecbc7861a7319a6641
This commit is contained in:
parent
00da449bba
commit
7c508dbee3
1 changed files with 2 additions and 2 deletions
|
|
@ -973,9 +973,9 @@ export default function Admin() {
|
|||
<CardContent className="space-y-3 text-sm text-muted-foreground">
|
||||
<div className="flex flex-wrap items-center justify-between gap-2">
|
||||
<p>
|
||||
{applicationsLoading
|
||||
{projectApplicationsLoading
|
||||
? "Loading application data…"
|
||||
: `${applications.length} total submissions (${pendingApplications} waiting)`}
|
||||
: `${projectApplications.length} total submissions (${pendingProjectApplications} waiting)`}
|
||||
</p>
|
||||
<Button
|
||||
variant="outline"
|
||||
|
|
|
|||
Loading…
Reference in a new issue