This commit is contained in:
GotPPay
2017-10-18 15:05:57 +02:00
parent 6beabc3cd0
commit e8ea321a21

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>
);
}