Add comment

This commit is contained in:
Wisani Shilumani 2018-07-20 10:35:00 +02:00
parent 85c1641475
commit e096341d65
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ class BrowseArchives extends React.Component {
});
}
// used as an intermediary to give us an easy to search through JSON object
transformInterviews = (interviews) => {
const { length } = Object.keys(interviews);
const betterInterviews = [];