Skip to content

Commit

Permalink
Display avatar thumbnail in LHN
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Dec 6, 2022
1 parent fa19a2d commit 8419fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class SidebarLinks extends React.Component {
onPress={this.showSettingsPage}
>
<AvatarWithIndicator
source={this.props.currentUserPersonalDetails.avatar}
source={this.props.currentUserPersonalDetails.avatarThumbnail}
tooltipText={this.props.translate('common.settings')}
/>
</TouchableOpacity>
Expand Down

0 comments on commit 8419fad

Please sign in to comment.