Skip to content

Commit

Permalink
fix(Feed): wrong receiver avatar uri
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrk committed Nov 26, 2020
1 parent f731019 commit 696341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Feed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Feed: React.FC<FeedScreenProps> = () => {

<View style={styles.userInfo}>
{receiverPic ? (
<Avatar.Image size={50} source={{ uri: giverPic }} />
<Avatar.Image size={50} source={{ uri: receiverPic }} />
) : (
<Avatar.Icon size={50} icon='guy-fawkes-mask' theme={{ colors: { primary: colors.accent } }} />
)}
Expand Down

0 comments on commit 696341f

Please sign in to comment.