aboutsummaryrefslogtreecommitdiff
path: root/src/components/follow_button
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-02-09 17:03:17 -0500
committertusooa <tusooa@kazv.moe>2023-01-20 23:39:09 -0500
commit8c8a8232c8c23f706b82c03c7ddadbd94ca2f3df (patch)
tree6b4fcd202862b5f46ca33159a19db7135c599971 /src/components/follow_button
parent5c048321e787b880f4c228e52b956b59edc3fc4f (diff)
Lint
Diffstat (limited to 'src/components/follow_button')
-rw-r--r--src/components/follow_button/follow_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/follow_button/follow_button.js b/src/components/follow_button/follow_button.js
index 0a74a7a1..443aa9bc 100644
--- a/src/components/follow_button/follow_button.js
+++ b/src/components/follow_button/follow_button.js
@@ -8,7 +8,7 @@ export default {
data () {
return {
inProgress: false,
- showingConfirmUnfollow: false,
+ showingConfirmUnfollow: false
}
},
computed: {