Fix typo leftover in participation pagination path
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
33838974c5
commit
7c37b10ceb
|
@ -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(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue