mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
Fix typo leftover in participation pagination path
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
33838974c5
commit
7c37b10ceb
1 changed files with 1 additions and 1 deletions
|
@ -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