test saburly account

This commit is contained in:
GotPPay
2018-01-26 17:46:16 +01:00
parent 2870695b25
commit 220d76c2be
2 changed files with 4 additions and 3 deletions

View File

@@ -220,8 +220,7 @@ class App extends Component {
let newAllIntents = JSON.parse (newAllIntentsJSON);
let resolveState = null;
let rejectState = this.state;
rejectState.waiting = false;
let rejectState = {waiting:false}
if (this.state.selectedIndex === NEW_INTENT_SELECTED_INDEX) {
//new intent
@@ -237,6 +236,7 @@ class App extends Component {
resolveState = {
allIntents: newAllIntents,
selectedIntent: selectedIntent,
waiting:false,
};
}
this.setState ({waiting: true});