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

fixes #3820

Closes #3820

Merge request studip/studip!2683
parent 7be97c34
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,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.
Please register or to comment