aboutsummaryrefslogtreecommitdiff
path: root/src/components/retweet_button/retweet_button.js
diff options
context:
space:
mode:
authorscarlett <nia@netbsd.org>2018-10-16 14:15:04 +0100
committerscarlett <nia@netbsd.org>2018-10-16 14:15:04 +0100
commit2bb663f0f6925082087ec08c4a28ab9e661bae96 (patch)
treed281c53c0869aa37dd6d67c5c973334fda02b26a /src/components/retweet_button/retweet_button.js
parent4cc1ed6171b7fc0e8dc793fbb80e0a63cf83ec40 (diff)
satisfy lint
Diffstat (limited to 'src/components/retweet_button/retweet_button.js')
-rw-r--r--src/components/retweet_button/retweet_button.js2
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