From 85c164147583b4edd7468ff3a2bb02271cd6e8c6 Mon Sep 17 00:00:00 2001 From: Wisani Shilumani Date: Fri, 20 Jul 2018 10:29:46 +0200 Subject: [PATCH] Remove comment --- components/browseArchives/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/browseArchives/index.js b/components/browseArchives/index.js index e6c1d39..9cb68da 100644 --- a/components/browseArchives/index.js +++ b/components/browseArchives/index.js @@ -118,7 +118,7 @@ class BrowseArchives extends React.Component { for (let i = 0; i < length; i++) { const interview = interviews[i]; - const qKeys = Object.keys(interview); // name, who_what->question + const qKeys = Object.keys(interview); const interviewFormatted = []; qKeys.forEach((key) => {