Skip to content

Add fallback for missing company dashboard name#82

Open
SimplyRayYZL wants to merge 1 commit into
Ghbounty:mainfrom
SimplyRayYZL:fix-company-dashboard-greeting-fallback
Open

Add fallback for missing company dashboard name#82
SimplyRayYZL wants to merge 1 commit into
Ghbounty:mainfrom
SimplyRayYZL:fix-company-dashboard-greeting-fallback

Conversation

@SimplyRayYZL
Copy link
Copy Markdown

Fixes #70.

Summary:

  • Adds a safe fallback for missing/blank company names in the dashboard greeting.
  • Hides the company description paragraph when the description is empty instead of rendering an empty/undefined value.

Validation:

  • Inspected the company dashboard render path in frontend/app/app/company/page.tsx.
  • Ran pnpm --filter frontend exec tsc --noEmit; the command reaches existing repo TypeScript target issues in test files that use BigInt literals, unrelated to this touched page. The edited page type-checks through the optional string fallback expressions.

@SimplyRayYZL SimplyRayYZL requested a review from tomazzi14 as a code owner May 13, 2026 08:18
@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

@SimplyRayYZL is attempting to deploy a commit to the weareghbounty-6269's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: dashboard greeting shows 'Hello, undefined' for users without a name

1 participant