diff --git a/web/src/index.js b/web/src/index.js index 9f545b8..1ce5e16 100644 --- a/web/src/index.js +++ b/web/src/index.js @@ -148,6 +148,7 @@ class App extends Component { this.setState({ packs: defaultState.packs, filtering: defaultState.filtering, + loading: true, }) this._loadPacks(true) }