From 94a2ac2ce2318fc44bed9ffaacfe73d08d6c0d76 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 11 Jan 2020 15:16:31 +0100 Subject: deploy bundle --- app/client/modules/biggan/views/biggan.live.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/client/modules') diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index ad0fd66..e24d449 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') } render() { - const { biggan, actions } = this.props + const { biggan, actions, last_message } = this.props // console.log(actions) // if (biggan.loading) { // return @@ -46,7 +46,7 @@ class BigGANLive extends Component {
- {this.props.last_message} + {last_message}
@@ -180,6 +180,7 @@ class BigGANLive extends Component { const mapStateToProps = state => ({ fullscreen: state.live.fullscreen, opt: state.live.opt, + last_message: state.live.last_message, runner: state.system.runner, i18n: state.system.i18n.strings, biggan: state.module.biggan, -- cgit v1.2.3-70-g09d2