From d9d6a497d9b539fe25f73944fa1b12649298be78 Mon Sep 17 00:00:00 2001
From: Hakaba Hitoyo <example@example.com>
Date: Sat, 5 May 2018 01:02:39 +0900
Subject: [PATCH] debug

---
 src/components/who_to_follow_panel/who_to_follow_panel.js | 8 ++++----
 1 file 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
     }
   }
 }