diff --git a/frontend/app/app/company/page.tsx b/frontend/app/app/company/page.tsx index dc45734..7ab93a1 100644 --- a/frontend/app/app/company/page.tsx +++ b/frontend/app/app/company/page.tsx @@ -103,7 +103,7 @@ function CompanyDashboardInner() {
Company dashboard
-

Welcome back, {company.name}

+

Welcome back, {company.name || "there"}

{company.description}