Skip to content

Commit

Permalink
fix: avatar in input
Browse files Browse the repository at this point in the history
  • Loading branch information
Barresi committed Apr 16, 2024
1 parent 6632394 commit 954fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/input-send-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const InputSendMessage: FC<IInputSendMessageProps> = ({
}}
className='w-full relative flex'
>
{avatar && (
{avatar !== undefined && (
<UserAvatar
src={avatar}
className='absolute top-[10px] z-50 left-[30px] w-[40px] h-[40px]'
Expand Down

0 comments on commit 954fd93

Please sign in to comment.