|
|
@@ -26,7 +26,7 @@ class Wview_v1 extends PureComponent<Props> {
|
|
26
|
26
|
componentDidMount() {
|
|
27
|
27
|
setInterval(() => {
|
|
28
|
28
|
this.setState(() => {
|
|
29
|
|
- console.log('setting state');
|
|
|
29
|
+ // console.log('setting state');
|
|
30
|
30
|
var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_dev",{that:this},{}) : {}
|
|
31
|
31
|
// return { unseen: "does not display" }
|
|
32
|
32
|
return { unseen: wv0_dev.ret }
|