aboutsummaryrefslogtreecommitdiff
path: root/src/components/favorite_button
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/favorite_button
parent4cc1ed6171b7fc0e8dc793fbb80e0a63cf83ec40 (diff)
satisfy lint
Diffstat (limited to 'src/components/favorite_button')
-rw-r--r--src/components/favorite_button/favorite_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/favorite_button/favorite_button.js b/src/components/favorite_button/favorite_button.js
index 1621341e..a2b4cb65 100644
--- a/src/components/favorite_button/favorite_button.js
+++ b/src/components/favorite_button/favorite_button.js
@@ -2,7 +2,7 @@ const FavoriteButton = {
props: ['status', 'loggedIn'],
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