Bilal #1

Merged
senaduka merged 10 commits from Bilal into master 2017-10-23 13:26:08 +02:00
Showing only changes of commit e8ea321a21 - Show all commits

View File

@@ -61,10 +61,6 @@ class App extends Component {
this.state.renderFinish &&
<h2> Pairs saved </h2>
}
{
!this.state.renderFinish &&
<h2> Pairs could not be saved ! </h2>
}
</div>
);
}