mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +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) {
|
||||
this.pushRouter(RouteName.RELAY_FOLLOWINGS, {
|
||||
this.pushRouter(RouteName.PARTICIPATIONS, {
|
||||
page: page.toString(),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue