Skip to content

Commit

Permalink
fixed minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Oct 29, 2024
1 parent be40ada commit f86b165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/components/InAppChatNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ const InAppChatNotifications: FC<InAppChatNotificationsProps> = ({ chatDetails,
/>
) : (
<img
width="100%"
height="100%"
src={userProfileDetails?.picture || groupInfo?.groupImage || ''}
alt={displayName}
/>
Expand Down

0 comments on commit f86b165

Please sign in to comment.