diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 19:18:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 19:18:53 +0200 |
| commit | 7446184ab7791dbf27015560ff47e78845d9883c (patch) | |
| tree | 61e3f97f1cc72e9e63c5dc5b64966571b9209dc9 /client/datasetList/datasetList.container.js | |
| parent | 9374f60bf3e812a06766753e171d54efdfd2371b (diff) | |
js
Diffstat (limited to 'client/datasetList/datasetList.container.js')
| -rw-r--r-- | client/datasetList/datasetList.container.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/datasetList/datasetList.container.js b/client/datasetList/datasetList.container.js index 37749f11..17b96b33 100644 --- a/client/datasetList/datasetList.container.js +++ b/client/datasetList/datasetList.container.js @@ -47,7 +47,7 @@ class DatasetListContainer extends Component { ]) .sort(sortFn) // .map(pair => pair[1]) - console.log(els) + // console.log(els) els = els.map(pair => pair[1]) if (reversed) els.reverse() if (order.field === 'title') { |
