Browse Source

auto commit

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

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

87
 
87
 
88
 
88
 
89
 
89
 
90
-class Wview_btns extends Component<Props> {
90
+// class Wview_btns extends Component<Props> {
91
+class Wview_btns extends PureComponent<Props> {
91
     constructor(props) {
92
     constructor(props) {
92
         super(props);
93
         super(props);
93
     }
94
     }

Loading…
Cancel
Save