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