Skip to content

Commit

Permalink
Merge pull request RocketChat#301 from Shailesh351/sb_fix_dm_avatar
Browse files Browse the repository at this point in the history
Fix Avatar in DM
  • Loading branch information
ear-dev authored Jun 2, 2020
2 parents fe8a1a5 + 1443ce7 commit e011759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/client/components/header/headerRoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{#if $and isDirect isNotMobile}}
<div class="rc-header__block">
<div class="rc-header__image">
{{> avatar username=avatarBackground}}
{{> avatar url=avatarBackground}}
</div>
</div>
{{/if}}
Expand Down

0 comments on commit e011759

Please sign in to comment.