File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const tests = {
112
112
});
113
113
const Hello = React.createClass({
114
114
getInitialState: function() {
115
- return { condition: true, condition2: true };
115
+ return { condition: true, condition2: true };
116
116
},
117
117
render: function() {
118
118
return (
@@ -135,7 +135,7 @@ const tests = {
135
135
});
136
136
const Hello = React.createClass({
137
137
getInitialState: function() {
138
- return { condition: true };
138
+ return { condition: true };
139
139
},
140
140
render: function() {
141
141
return (
@@ -175,7 +175,7 @@ const tests = {
175
175
code : `
176
176
const Hello = React.createClass({
177
177
getInitialState: function() {
178
- return { condition: true };
178
+ return { condition: true };
179
179
},
180
180
render: function() {
181
181
const myStyle = this.state.condition ? styles.text : styles.text2;
You can’t perform that action at this time.
0 commit comments