Browse Source

Prettify

master
Thibaut Boustany 7 years ago
parent
commit
845e287117
No known key found for this signature in database GPG Key ID: 32475B11A2B13EEC
  1. 2
      src/components/modals/ReleaseNotes.js

2
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

Loading…
Cancel
Save