From 8f1e2ea72b42f4f87614b63c032b6e4a0406a667 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 27 Oct 2017 17:14:42 -0400 Subject: [PATCH] fix settings bug and update changelog --- CHANGELOG.md | 6 +++--- ui/js/page/settings/view.jsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 {