score:1

Accepted answer

probably has something to do with this

const filelistitem = ({ file }) => (
    <tr classname="file-list-item">
        <filename file={file} />
        <commitmessage
            commit={file.lastestcommit} />
    </tr>
);

lastestcommit, looks like a typo.


Related Query

More Query from same tag