mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-02 11:28:29 +01:00
Merge branch 'debug-who-to-follow-panel' into 'develop'
Small debug for Who to follow panel See merge request pleroma/pleroma-fe!342
This commit is contained in:
commit
c94b9796ae
1 changed files with 1 additions and 1 deletions
|
@ -47,9 +47,9 @@ function showWhoToFollow (panel, reply) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
|
||||||
cn = (cn + step) % users.length
|
cn = (cn + step) % users.length
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function getWhoToFollow (panel) {
|
function getWhoToFollow (panel) {
|
||||||
var credentials = panel.$store.state.users.currentUser.credentials
|
var credentials = panel.$store.state.users.currentUser.credentials
|
||||||
|
|
Loading…
Add table
Reference in a new issue