Fix #986 published claims out of order #1018

Merged
Jeremy1026 merged 7 commits from fix/986-published-claims-out-of-order into master 2018-02-27 05:55:31 +01:00
Showing only changes of commit 3e6757a35d - Show all commits

View file

@ -15,7 +15,6 @@ class FileList extends React.PureComponent {
this._sortFunctions = {
dateNew(fileInfos) {
return fileInfos.slice().sort((fileInfo1, fileInfo2) => {
console.log(fileInfo1);
const height1 = fileInfo1.height
const height2 = fileInfo2.height
if (height1 > height2) {