mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-13 14:46:41 +00:00
Remove comment
This commit is contained in:
parent
adde5e0a0e
commit
85c1641475
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user