Skip to content

Commit

Permalink
try and fix avatar images
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Nov 23, 2024
1 parent b9920ff commit f33a6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FlatlistItems/ConversationItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const ConversationItem = React.memo(
<AvatarImage
src={
isLoading
? null
? require('~/assets/images/headpat_logo.png')
: isCommunity
? getCommunityAvatarUrlPreview(
displayData?.avatarId,
Expand Down

0 comments on commit f33a6ce

Please sign in to comment.