Skip to content

Commit

Permalink
🐛 Fix modal being triggered accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Aug 24, 2021
1 parent bd7bc76 commit 0d654ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
return [ 'enter' ]
}
return []
return undefined
}
},
methods: {
Expand Down

0 comments on commit 0d654ba

Please sign in to comment.