Fix
This commit is contained in:
@@ -55,12 +55,7 @@ export default Vue.extend({
|
||||
},
|
||||
icon(): any {
|
||||
return {
|
||||
backgroundColor: this.user.avatarColor ? this.lightmode
|
||||
? this.user.avatarColor
|
||||
: this.user.avatarColor.startsWith('rgb(')
|
||||
? this.user.avatarColor
|
||||
: null
|
||||
: null,
|
||||
backgroundColor: this.user.avatarColor,
|
||||
backgroundImage: this.lightmode ? null : `url(${this.url})`,
|
||||
borderRadius: this.$store.state.settings.circleIcons ? '100%' : null
|
||||
};
|
||||
|
Reference in New Issue
Block a user