diff options
| author | Hakaba Hitoyo <example@example.com> | 2018-05-05 01:02:39 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <example@example.com> | 2018-05-05 01:02:39 +0900 |
| commit | d9d6a497d9b539fe25f73944fa1b12649298be78 (patch) | |
| tree | fc6905c75f3228c6bc1e1fa142a62d747cb5cbca /src/components/who_to_follow_panel | |
| parent | 2471b71aabdafc0e680795645cb48f89636974a8 (diff) | |
debug
Diffstat (limited to 'src/components/who_to_follow_panel')
| -rw-r--r-- | src/components/who_to_follow_panel/who_to_follow_panel.js | 8 |
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 } } } |
