diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 14:40:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 14:40:10 +0100 |
| commit | 8e233b6f5c8d2715d26d3a2df6e96f3c41a67cea (patch) | |
| tree | 264dd69717d11ad71ed0034eb0ae6b11a042f52f /app/client | |
| parent | 28eda92b20df45e5bcc0ce9d5cac7656ddc55dd9 (diff) | |
deploy bundle
Diffstat (limited to 'app/client')
| -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 4410968..bdf608d 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -51,7 +51,7 @@ class BigGANLive extends Component { <span>Frame #{frame.i}</span> {frameTimestamp(frame.i)} </div> - : <div className='param'><span>Not playing</span></div> + : <div className='param'><span></span></div> } </div> |
