diff --git a/CHANGELOG.md b/CHANGELOG.md index c216f2bda..5b105284a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Fixed * Fixed handling of empty search results. - * + * Some console errors about "checked propType" when navigating to settings page. ### 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 {