forked from AkkomaGang/akkoma-fe
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,8 +47,8 @@ function showWhoToFollow (panel, reply) {
|
|||
}
|
||||
})
|
||||
}
|
||||
cn = (cn + step) % users.length
|
||||
}
|
||||
cn = (cn + step) % users.length
|
||||
}
|
||||
|
||||
function getWhoToFollow (panel) {
|
||||
|
|
Loading…
Reference in a new issue