Fix show results

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-04-21 18:04:37 +02:00 committed by Jonas Rittershofer
commit 6c8c17fcfc

View file

@ -337,7 +337,7 @@ export default {
this.$router.push({
name: 'results',
params: {
hash: this.form.event.hash,
hash: this.form.hash,
},
})
},