Fix #986 published claims out of order #1018
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue