diff options
Diffstat (limited to 'app/client/modules')
| -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 |
