Remove comment

This commit is contained in:
Wisani Shilumani 2018-07-20 10:29:46 +02:00
parent adde5e0a0e
commit 85c1641475
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {