diff --git a/CHANGELOG.md b/CHANGELOG.md index 987253793..faff9d96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fix 'transcoding' checkbox state when switching file types _community pr!_ ([#4529](https://github.com/lbryio/lbry-desktop/pull/4529)) +- Fix channel file-search not available in mobile _community pr!_ ([#4527](https://github.com/lbryio/lbry-desktop/pull/4527)) ## [0.47.0] - [2020-07-13] diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx index 6eb79a6c6..b2a1977be 100644 --- a/ui/component/channelContent/view.jsx +++ b/ui/component/channelContent/view.jsx @@ -131,7 +131,7 @@ function ChannelContent(props: Props) {