diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 15:27:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 15:27:53 +0200 |
| commit | 3fbc955e814eb26e55fb083e688b49545b125f5e (patch) | |
| tree | b6a6a75866ae529ca3fd1180a7143d54ed5b297f /app/client/modules | |
| parent | 1c2b03a8a89e0e1769487f31d2c8254e5fe7ee46 (diff) | |
fix some links
Diffstat (limited to 'app/client/modules')
| -rw-r--r-- | app/client/modules/samplernn/views/samplernn.results.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/views/samplernn.results.js b/app/client/modules/samplernn/views/samplernn.results.js index 66f9188..8212efe 100644 --- a/app/client/modules/samplernn/views/samplernn.results.js +++ b/app/client/modules/samplernn/views/samplernn.results.js @@ -39,6 +39,7 @@ class SampleRNNResults extends Component { <div className='col bestRenders'> <h3><Link to={path}>{folder.name}</Link></h3> <FileList + linkFiles files={bestRenders} orderBy='date desc' fields={'name date epoch size'} |
