Skip to content

Commit 7a00c7a

Browse files
author
Mostafa Kamal
committed
rrb
1 parent 10987cc commit 7a00c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/react/condition/Condition3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Condition extends Component {
6363
<div className="hero-body">
6464
<a className="button btn-getreact is-primary is-outlined" onClick={(e) => this.condtionTrue()}>True</a>
6565
<a className="button btn-getreact is-link is-outlined" onClick={(e) => this.condtionFalse()}>False</a>
66-
{this.state.myStatusCondition}
66+
{this.myStatusCondition()}
6767
</div>
6868
</section>
6969
</div>

0 commit comments

Comments
 (0)