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:
Henry 2018-09-12 08:53:13 +00:00
commit c94b9796ae
1 changed files with 1 additions and 1 deletions

View File

@ -47,8 +47,8 @@ function showWhoToFollow (panel, reply) {
}
})
}
cn = (cn + step) % users.length
}
cn = (cn + step) % users.length
}
function getWhoToFollow (panel) {