Thibaut Boustany
7 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
1 additions and
1 deletions
-
src/components/modals/ReleaseNotes.js
|
|
@ -157,7 +157,7 @@ class ReleaseNotes extends PureComponent<Props, State> { |
|
|
|
fetchNotes = version => { |
|
|
|
if (!this.state.loading) { |
|
|
|
this.setState({ |
|
|
|
loading: true |
|
|
|
loading: true, |
|
|
|
}) |
|
|
|
|
|
|
|
axios |
|
|
|