make gravatar depend on email
This commit is contained in:
parent
5d74d57ac6
commit
22c938489e
|
@ -137,5 +137,5 @@ export default Model.extend({
|
|||
|
||||
avatarUrl: function() {
|
||||
return gravatarImage(this.get('email'), 36);
|
||||
}.property()
|
||||
}.property('email')
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user