From 410b536c9474806ab9f7f5f097cedfafde1fbf67 Mon Sep 17 00:00:00 2001
From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com>
Date: Fri, 27 May 2022 04:58:24 +0500
Subject: [PATCH] feat(ui): add emby user badge to the user list and fix local
user badge
add emby user badge to the user list and fix local user badge which was previously not showing
---
src/components/UserList/index.tsx | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/src/components/UserList/index.tsx b/src/components/UserList/index.tsx
index 444185a82..d37f250f1 100644
--- a/src/components/UserList/index.tsx
+++ b/src/components/UserList/index.tsx
@@ -636,17 +636,23 @@ const UserList: React.FC = () => {