Skip to content

Commit

Permalink
Merge pull request #5786 from parasharrajat/chat-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Oct 12, 2021
2 parents 5d9785b + 4ea00ce commit 8418368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemSingle.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ReportActionItemSingle = ({

return (
<View style={wrapperStyles}>
<Pressable onPress={() => showUserDetails(action.actorEmail)}>
<Pressable style={styles.alignSelfStart} onPress={() => showUserDetails(action.actorEmail)}>
<Avatar
imageStyles={[styles.actionAvatar]}
source={avatarUrl}
Expand Down

0 comments on commit 8418368

Please sign in to comment.