Skip to content

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

@tomazzi14

Description

@tomazzi14

Bug

The company dashboard top bar renders `Hello, {company.name}` but when a user signs up via Privy and hasn't filled in their company name yet, `company.name` is `undefined` and the UI shows literally "Hello, undefined".

Expected

If `company.name` is missing, fall back to "Hello, there" (or just "Hello").

Acceptance criteria

  • No "Hello, undefined" string on a fresh signup.
  • If the name is set, the existing greeting is preserved.

Notes

Tiny placeholder issue — used to test the end-to-end bounty flow. Not real work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions