diff options
| author | scarlett <nia@netbsd.org> | 2018-10-16 14:15:04 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-10-16 14:15:04 +0100 |
| commit | 2bb663f0f6925082087ec08c4a28ab9e661bae96 (patch) | |
| tree | d281c53c0869aa37dd6d67c5c973334fda02b26a /src/components/retweet_button | |
| parent | 4cc1ed6171b7fc0e8dc793fbb80e0a63cf83ec40 (diff) | |
satisfy lint
Diffstat (limited to 'src/components/retweet_button')
| -rw-r--r-- | src/components/retweet_button/retweet_button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/retweet_button/retweet_button.js b/src/components/retweet_button/retweet_button.js index 1527afc8..eb4e4b41 100644 --- a/src/components/retweet_button/retweet_button.js +++ b/src/components/retweet_button/retweet_button.js @@ -2,7 +2,7 @@ const RetweetButton = { props: ['status', 'loggedIn', 'visibility'], data () { return { - hidePostStatsLocal: typeof this.$store.state.config.hidePostStats == 'undefined' + hidePostStatsLocal: typeof this.$store.state.config.hidePostStats === 'undefined' ? this.$store.state.instance.hidePostStats : this.$store.state.config.hidePostStats, animated: false |
