diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 17:31:09 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 17:31:09 +0100 |
| commit | 075fc434cdbc794607d70df4efcc37d17337d96c (patch) | |
| tree | 4fd4e277ddb13fee6d1da047403f52afe85b2e9d /app | |
| parent | cd7c34e54bda8b855c433a98199b9f2bde31f3ba (diff) | |
deploy bundle
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index 51e7646..b848435 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -203,6 +203,12 @@ class BigGANLive extends Component { title={i18n.gpu.busy} onClick={() => this.stop()} >{i18n.gpu.stop}</Button> + </div> + ) + } +} + +/* {opt.paused ? <Button @@ -215,11 +221,7 @@ class BigGANLive extends Component { onClick={() => this.pause()} >{'Pause'}</Button> } - </div> - ) - } -} - +*/ const mapStateToProps = state => ({ fullscreen: state.live.fullscreen, |
