From 521b024439b202be03447188925869100904b807 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 19:33:21 +0200 Subject: refactor state --- app/client/common/fileList.component.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/client/common') diff --git a/app/client/common/fileList.component.js b/app/client/common/fileList.component.js index d060e01..0e6c402 100644 --- a/app/client/common/fileList.component.js +++ b/app/client/common/fileList.component.js @@ -19,6 +19,7 @@ export const FileList = props => { } = props const { mapFn, sortFn } = util.sort.orderByFn(orderBy) const fileList = (files || []) + // .filter(f => !!f) .map(mapFn) .sort(sortFn) .map(pair => { -- cgit v1.2.3-70-g09d2