diff --git a/CHANGELOG.md b/CHANGELOG.md index a64cc392f..a29075676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * + * Added new window menu options for reloading and help. * ### Changed * + * Replaced all instances of `XMLHttpRequest` with native `Fetch` API. * ### Fixed - * - * + * Fixed console errors on settings page related to improper React input properties. ### Deprecated * diff --git a/ui/js/page/settings/view.jsx b/ui/js/page/settings/view.jsx index e11a2443f..a4a3a2547 100644 --- a/ui/js/page/settings/view.jsx +++ b/ui/js/page/settings/view.jsx @@ -237,7 +237,7 @@ class SettingsPage extends React.PureComponent { { this.onInstantPurchaseEnabledChange(false); @@ -247,7 +247,7 @@ class SettingsPage extends React.PureComponent {