aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/who_to_follow_panel/who_to_follow_panel.js8
1 files changed, 4 insertions, 4 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 bbbb7f4c..51b9f469 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
@@ -43,10 +43,10 @@ function showWhoToFollow (panel, reply, aHost, aUser) {
panel.id3 = externalUser.id
}
})
- index = index + 1
- if (index > 2) {
- break
- }
+ }
+ index = index + 1
+ if (index > 2) {
+ break
}
}
}