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
|
|
@ -233,7 +233,7 @@ class ReleaseNotes extends PureComponent<Props, State> { |
|
|
|
) |
|
|
|
} |
|
|
|
|
|
|
|
return <Modal name={MODAL_RELEASES_NOTES} render={renderBody} width="600px" /> |
|
|
|
return <Modal name={MODAL_RELEASES_NOTES} render={renderBody} /> |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|