From fda07488353b98000bd758f2eed32221b14e00c9 Mon Sep 17 00:00:00 2001 From: Kisanak <0xhyu999@gmail.com> Date: Tue, 19 May 2026 19:36:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fallback=20to=20'there'=20when=20company?= =?UTF-8?q?.name=20is=20undefined=20=E2=80=94=20GHB-70?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/app/company/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}