diff options
Diffstat (limited to 'app/client/modules/pix2pixhd/views/pix2pixhd.results.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.results.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.results.js b/app/client/modules/pix2pixhd/views/pix2pixhd.results.js index dcbbfad..cf0bdf7 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.results.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.results.js @@ -13,7 +13,7 @@ import { FileList, FileRow } from '../../../common/fileList.component' class Pix2pixHDResults extends Component { constructor(props){ super() - // if (!props.pix2pixhd.data) props.actions.load_directories() + if (!props.pix2pixhd.results) props.actions.load_results() } render(){ if (this.props.pix2pixhd.loading) return <Loading progress={this.props.pix2pixhd.progress} /> |
