Update avatar.vue

refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209464350
This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-13 03:47:56 +09:00 committed by GitHub
parent 2913c7ccfb
commit 4edd9efc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ export default Vue.extend({
},
cat(): boolean {
return this.user.isCat && this.$store.state.settings.circleIcons;
}
},
style(): any {
return {
backgroundColor: this.lightmode