Skip to content
Snippets Groups Projects
Commit 0e6fdead authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3820

Closes #3820

Merge request studip/studip!2683
parent 7f5942b5
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ export default {
},
computed: {
commentAvatar() {
return this.comment.author?.avatar.small ?? '';
return this.comment.author?.avatar.medium ?? '';
},
commentClass() {
return this.comment.isMine() ? 'mine' : 'theirs';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment