Kévin Cocchi
1 year ago
No known key found for this signature in database
GPG Key ID: E3F3FFBE2818518D
1 changed files with
1 additions and
0 deletions
-
web/src/index.js
|
@ -148,6 +148,7 @@ class App extends Component { |
|
|
this.setState({ |
|
|
this.setState({ |
|
|
packs: defaultState.packs, |
|
|
packs: defaultState.packs, |
|
|
filtering: defaultState.filtering, |
|
|
filtering: defaultState.filtering, |
|
|
|
|
|
loading: true, |
|
|
}) |
|
|
}) |
|
|
this._loadPacks(true) |
|
|
this._loadPacks(true) |
|
|
} |
|
|
} |
|
|