Skip to content

Commit

Permalink
Disable showReasons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
blryface authored Jan 9, 2025
1 parent d55d37f commit b618a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (Math.floor(Math.random() * 10000) === 0) {
const showReasons = ref(false)
if (process.client) {
onMounted(() => {
showReasons.value = true
showReasons.value = false
})
}
Expand Down

0 comments on commit b618a79

Please sign in to comment.