aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-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) {