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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export default class Participants extends Vue {
} }
set page(page: number) { set page(page: number) {
this.pushRouter(RouteName.RELAY_FOLLOWINGS, { this.pushRouter(RouteName.PARTICIPATIONS, {
page: page.toString(), page: page.toString(),
}); });
} }