aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHakaba Hitoyo <example@example.com>2018-05-05 01:02:39 +0900
committerHakaba Hitoyo <example@example.com>2018-05-05 01:02:39 +0900
commitd9d6a497d9b539fe25f73944fa1b12649298be78 (patch)
treefc6905c75f3228c6bc1e1fa142a62d747cb5cbca /src
parent2471b71aabdafc0e680795645cb48f89636974a8 (diff)
debug
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
}
}
}