Skip to content

Commit

Permalink
3- chat-avatar-actions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
burakorkmez committed Apr 2, 2024
1 parent 0ae497a commit 0a2c2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/chat-avatar-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ChatAvatarActions = ({ me, message }: ChatAvatarActionsProps) => {
className='text-[11px] flex gap-4 justify-between font-bold cursor-pointer group'
onClick={handleCreateConversation}
>
{message.sender.name}
{isGroup && message.sender.name}

{!isMember && !fromAI && isGroup && <Ban size={16} className='text-red-500' />}
{isGroup && isMember && selectedConversation?.admin === me._id && (
Expand Down

0 comments on commit 0a2c2cb

Please sign in to comment.