UI: uses tiny avatars for reports (#6215)

This commit is contained in:
Joffrey JAFFEUX
2018-07-31 18:57:00 -04:00
committed by GitHub
parent 8299fe0947
commit 0715aa18da
2 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ const Report = Discourse.Model.extend({
});
const avatarImg = renderAvatar(user, {
imageSize: "small",
imageSize: "tiny",
ignoreTitle: true
});