summaryrefslogtreecommitdiff
path: root/app/client/modules
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-17 21:48:26 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-17 21:48:26 +0100
commitaf595dfd6846812c733a4d4d16a6543b351f179e (patch)
treedc7bac6d90bbe723fef409330495b3a31b877dbb /app/client/modules
parent476e1efa4efe518b6dc716020f25000d0c77a015 (diff)
deploy bundle
Diffstat (limited to 'app/client/modules')
-rw-r--r--app/client/modules/biggan/views/biggan.live.js2
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