mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Oops
This commit is contained in:
@@ -21,6 +21,6 @@ export default DS.Model.extend({
|
|||||||
canDelete: DS.attr('boolean'),
|
canDelete: DS.attr('boolean'),
|
||||||
|
|
||||||
color: Ember.computed('username', function() {
|
color: Ember.computed('username', function() {
|
||||||
return '#'+stringToHex(this.get('username'));
|
return '#'+stringToColor(this.get('username'));
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user