Add comment
This commit is contained in:
parent
85c1641475
commit
e096341d65
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue