diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 21:48:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 21:48:26 +0100 |
| commit | af595dfd6846812c733a4d4d16a6543b351f179e (patch) | |
| tree | dc7bac6d90bbe723fef409330495b3a31b877dbb /app/client/modules/biggan/views/biggan.live.js | |
| parent | 476e1efa4efe518b6dc716020f25000d0c77a015 (diff) | |
deploy bundle
Diffstat (limited to 'app/client/modules/biggan/views/biggan.live.js')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index 6b7460e..31fae29 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -33,7 +33,7 @@ class BigGANLive extends Component { this.props.actions.queue.stop_task('gpu') } stop() { - actions.live.send_command('stop', '') + this.props.actions.live.send_command('stop', '') } render() { const { biggan, actions, last_message } = this.props |
