summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2018-08-13 03:47:56 +0900
committerGitHub <noreply@github.com>2018-08-13 03:47:56 +0900
commit4edd9efc0b76c394b9a781a30f1c5e85b2294eb0 (patch)
tree09f448998b16c9ac7335a0a79d398c7fd3b51152 /src/client
parentUpdate avatar.vue (diff)
downloadmisskey-4edd9efc0b76c394b9a781a30f1c5e85b2294eb0.tar.gz
misskey-4edd9efc0b76c394b9a781a30f1c5e85b2294eb0.tar.bz2
misskey-4edd9efc0b76c394b9a781a30f1c5e85b2294eb0.zip
Update avatar.vue
refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209464350
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/avatar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/avatar.vue b/src/client/app/common/views/components/avatar.vue
index 097bea8436..d59c486f16 100644
--- a/src/client/app/common/views/components/avatar.vue
+++ b/src/client/app/common/views/components/avatar.vue
@@ -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