Better key name
This commit is contained in:
@ -49,7 +49,7 @@ export default Vue.extend({
|
||||
};
|
||||
},
|
||||
url(): string {
|
||||
return this.$store.state.device.doNotAutoplayAnimation
|
||||
return this.$store.state.device.disableShowingAnimatedImages
|
||||
? getStaticImageUrl(this.user.avatarUrl)
|
||||
: this.user.avatarUrl;
|
||||
},
|
||||
|
Reference in New Issue
Block a user