From 7c37b10ceb664121d8fcea73475aadca3fd5a6d0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 14 Jun 2021 15:13:18 +0200 Subject: [PATCH] Fix typo leftover in participation pagination path Signed-off-by: Thomas Citharel --- js/src/views/Event/Participants.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Event/Participants.vue b/js/src/views/Event/Participants.vue index 921614873..bb71a4417 100644 --- a/js/src/views/Event/Participants.vue +++ b/js/src/views/Event/Participants.vue @@ -275,7 +275,7 @@ export default class Participants extends Vue { } set page(page: number) { - this.pushRouter(RouteName.RELAY_FOLLOWINGS, { + this.pushRouter(RouteName.PARTICIPATIONS, { page: page.toString(), }); }