Fix ESLint errors

This commit is contained in:
2020-05-10 10:43:02 +02:00
parent 2f4f350a93
commit 12df28f7fd
4 changed files with 10 additions and 7 deletions
+3
View File
@@ -24,6 +24,9 @@ export default Component.extend({
if (github_uid) {
return `https://avatars2.githubusercontent.com/u/${github_uid}?v=3&s=${SIZES[this.size]}`;
} else {
// TODO use custom avatar
return '';
}
})