From c0b8a02d773f4ba318eec51fc7dd2b1a57d08def Mon Sep 17 00:00:00 2001 From: Sushant khadka <87481819+NamelesssNerd@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:33:41 +0545 Subject: [PATCH] feat: avatar's background color will be random. (#31) --- components/Dashboard/DashboardSidebar/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/Dashboard/DashboardSidebar/index.tsx b/components/Dashboard/DashboardSidebar/index.tsx index 5c66b33a..7141d8bc 100644 --- a/components/Dashboard/DashboardSidebar/index.tsx +++ b/components/Dashboard/DashboardSidebar/index.tsx @@ -97,9 +97,7 @@ const DashboardSidebar: React.FC = () => { /> ) : ( - <> - - + )}

{user?.firstName} {user?.lastName}