diff --git a/src/components/PersonalHighscorePage.vue b/src/components/PersonalHighscorePage.vue index 69610cd..a925112 100644 --- a/src/components/PersonalHighscorePage.vue +++ b/src/components/PersonalHighscorePage.vue @@ -66,7 +66,7 @@ export default { }, beforeRouteEnter(to, from, next) { next(vm => { - if (from.name !== null) + if (from.name != null) vm.previousRoute = from }) },