Browse Source

auto commit

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

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

@@ -109,14 +109,14 @@ class Wview_btns extends Component<Props> {
109 109
             prop_id = "b1"
110 110
                          style = { wview_btns.style_b1 || {}} 
111 111
                          >
112
-             {"wview_btns.b1_txt"  || "udef"}
112
+             {wview_btns.b1_txt  || "udef"}
113 113
              </Button_v2>
114 114
 
115 115
             <Button_v2 
116 116
             prop_id = "b2"
117 117
                          style = { wview_btns.style_b2 || {}} 
118 118
                          >
119
-             {"wview_btns.b2_txt"  || "udef"}
119
+             {wview_btns.b2_txt  || "udef"}
120 120
              </Button_v2>
121 121
 
122 122
 

Loading…
Cancel
Save