From aa25d3ff2b0e291e947b2375cf0a439a4630a157 Mon Sep 17 00:00:00 2001 From: AmitSharma512 <110725065+AmitSharma512@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:45:48 +0530 Subject: [PATCH] Fixed the profile picture rendering on the Event dashboard. (#1382) * Fixed the profile picture rendering issue on the Event dashboard. * Updated the profile picture issue on the Event dashboard. --- src/components/LeftDrawerEvent/LeftDrawerEvent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx b/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx index 72a4a29f9a..be93f9007f 100644 --- a/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx +++ b/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx @@ -160,7 +160,7 @@ const leftDrawerEvent = ({ }} >
- {userImage && userImage ? ( + {userImage && userImage !== 'null' ? ( {`Profile ) : (