From e4b6c81024896d3d4ce3780582a69d370a1696d6 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 6 Jun 2024 18:51:40 -0400 Subject: [PATCH] No need to show your identity in the navigation bar if you have a name. --- core/client.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/client.js b/core/client.js index 26f4ef90..7398a155 100644 --- a/core/client.js +++ b/core/client.js @@ -170,16 +170,12 @@ class TfNavigationElement extends LitElement { style="text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 100%" @click=${self.toggle_id_dropdown} > - ${self.names[this.identity]}${self.names[this.identity] === - this.identity - ? '' - : html` - ${this.identity}`} - ▾ + ${self.names[this.identity]}▾