diff --git a/js/stores/edition_store.js b/js/stores/edition_store.js index 6a129ac1..53a16cc4 100644 --- a/js/stores/edition_store.js +++ b/js/stores/edition_store.js @@ -24,9 +24,7 @@ class EditionStore { onFetchEdition(idToFetch) { this.editionMeta.idToFetch = idToFetch; - if(!this.getInstance().isLoading()) { - this.getInstance().lookupEdition(); - } + this.getInstance().lookupEdition(); } onSuccessFetchEdition(res) {