Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Dec 18, 2023
1 parent 21f12cb commit f495b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const ChatChannelItem: FC<ChatChannelFeedLayoutItemProps> = (props) => {
) : (
<UserAvatar
className={className}
photoURL={dmUsers?.[0].photoURL}
photoURL={dmUsers?.[0]?.photoURL}
nameForRandomAvatar={dmUsersNames?.[0]}
userName={dmUsersNames?.[0]}
/>
Expand Down

0 comments on commit f495b11

Please sign in to comment.