Skip to content

Commit

Permalink
Fix avatar warning for incorrect propType
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag96 committed Nov 16, 2021
1 parent 339bb67 commit e5ffc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReportDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ReportDetailsPage extends Component {
isArchivedRoom={isArchivedRoom(this.props.report)}
containerStyles={[styles.singleAvatarLarge, styles.mb4]}
imageStyles={[styles.singleAvatarLarge]}
source={{uri: this.props.report.icons[0]}}
source={this.props.report.icons[0]}
/>
<View style={styles.reportDetailsRoomInfo}>
<DisplayNames
Expand Down

0 comments on commit e5ffc34

Please sign in to comment.