We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10987cc commit 7a00c7aCopy full SHA for 7a00c7a
src/components/react/condition/Condition3.js
@@ -63,7 +63,7 @@ class Condition extends Component {
63
<div className="hero-body">
64
<a className="button btn-getreact is-primary is-outlined" onClick={(e) => this.condtionTrue()}>True</a>
65
<a className="button btn-getreact is-link is-outlined" onClick={(e) => this.condtionFalse()}>False</a>
66
- {this.state.myStatusCondition}
+ {this.myStatusCondition()}
67
</div>
68
</section>
69
0 commit comments