Fix typo leftover in participation pagination path

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-14 15:13:18 +02:00
parent 33838974c5
commit 7c37b10ceb

View File

@@ -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(),
});
}