This commit is contained in:
Hakaba Hitoyo 2018-09-09 15:22:55 +00:00
parent dda0effd65
commit 207c188c16

View file

@ -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