Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue-177204: show username when fullName is empty string (#186298)
## Summary We could find and edge case on ESS Custom User doing QA on the issue: #177204. When user's full name is an empty string (not undefined or null) the greeting message was not displaying. In this PR, we change the logic and display user's username whenever the user's fullName value is an empty string. Before: ![image](https://github.com/elastic/kibana/assets/61565784/9138a923-647c-4c6d-9300-340040545e55) How it looks now: ![image](https://github.com/elastic/kibana/assets/61565784/d451ed60-cdcf-41f1-a01a-12f5d0c4202a) ### **Checklist** - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios.
- Loading branch information