Skip to content

Commit

Permalink
fix(rn): conversation settings
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Mar 21, 2019
1 parent e195304 commit e0dfc13
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -92,15 +92,15 @@ class ListBase extends PureComponent {
<Menu absolute>
<Menu.Header
icon={
edit && (
edit ? (
<Badge
background={colors.blue}
icon={'camera'}
medium
onPress={this.onChoosePicture}
>
<Avatar data={conversation} uri={this.state.uri} size={78} />
</Badge>
/>
) : (
<Avatar data={conversation} uri={this.state.uri} size={78} />
)
}
title={!edit && title}
Expand Down

0 comments on commit e0dfc13

Please sign in to comment.