Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
bb8b83c05e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      mdev/wv0.native.js

+ 2
- 1
mdev/wv0.native.js View File

@@ -84,7 +84,8 @@ class Wview_v1 extends PureComponent<Props> {
84 84
                 return { unseen2: wv0_dev.ret }
85 85
             });
86 86
             try {
87
-                 var s = this.props
87
+                 // var s = this.props
88
+                 var s = this.state 
88 89
                  clog("::::",s)
89 90
 
90 91
              } catch (err){

Loading…
Cancel
Save