fix(data): tune PRJ-004/005 to healthy margins (PRJ-019 stays the sole problem job); compute owner portfolio count
This commit is contained in:
@@ -185,7 +185,7 @@ const OwnerSnapshot = () => {
|
||||
{greeting}, {user?.name?.split(' ')[0] || 'Owner'}
|
||||
</h1>
|
||||
<p className="text-zinc-500 dark:text-zinc-400 mt-2 font-light">
|
||||
{owner ? `${owner.companyName} — ${owner.portfolioSize} projects in portfolio` : "Here's your business snapshot for today."}
|
||||
{owner ? `${owner.companyName} — ${ownerProjects.length} project${ownerProjects.length === 1 ? '' : 's'} in portfolio` : "Here's your business snapshot for today."}
|
||||
</p>
|
||||
</div>
|
||||
<div className="mt-4 md:mt-0 flex flex-wrap gap-3">
|
||||
|
||||
Reference in New Issue
Block a user