aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry <spam@hjkos.com>2018-09-12 08:53:13 +0000
committerHenry <spam@hjkos.com>2018-09-12 08:53:13 +0000
commitc94b9796ae3d2dd903337842406a3961b6b47730 (patch)
treeea62d580d379bd0086f8aedcec896470c573653a
parent4bff6f12eda636c0df907070f9fac243e9abe30e (diff)
parent207c188c16bc04bd004233666c79db4e9b3fbfc9 (diff)
Merge branch 'debug-who-to-follow-panel' into 'develop'
Small debug for Who to follow panel See merge request pleroma/pleroma-fe!342
-rw-r--r--src/components/who_to_follow_panel/who_to_follow_panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.js b/src/components/who_to_follow_panel/who_to_follow_panel.js
index ce60308f..bc62f455 100644
--- a/src/components/who_to_follow_panel/who_to_follow_panel.js
+++ b/src/components/who_to_follow_panel/who_to_follow_panel.js
@@ -47,8 +47,8 @@ function showWhoToFollow (panel, reply) {
}
})
}
+ cn = (cn + step) % users.length
}
- cn = (cn + step) % users.length
}
function getWhoToFollow (panel) {