diff --git a/assets/scripts/src/choices.js b/assets/scripts/src/choices.js index 48ef8b5..a12dc05 100644 --- a/assets/scripts/src/choices.js +++ b/assets/scripts/src/choices.js @@ -481,8 +481,9 @@ class Choices { * @private */ render() { - if(this.store.isLoading()) + if(this.store.isLoading()) { return; + } this.currentState = this.store.getState();