From a32f35325fd2606ec8c5f1f9c8bd9b898c5329fc Mon Sep 17 00:00:00 2001 From: shrinish123 <56491104+shrinish123@users.noreply.github.com> Date: Wed, 17 Mar 2021 18:28:54 +0530 Subject: [PATCH 1/2] Fix the search list showing the last channel --- client/sidebar/search/SearchList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sidebar/search/SearchList.js b/client/sidebar/search/SearchList.js index 2d3d30b012f50..a11404891b8b7 100644 --- a/client/sidebar/search/SearchList.js +++ b/client/sidebar/search/SearchList.js @@ -177,7 +177,7 @@ const ScrollerWithCustomProps = forwardRef((props, ref) => ( -
+
) } renderTrackHorizontal={(props) =>
} From 7df1e5d27351c16d4e81cf568330d87f2a46a52d Mon Sep 17 00:00:00 2001 From: shrinish123 <56491104+shrinish123@users.noreply.github.com> Date: Wed, 17 Mar 2021 18:56:13 +0530 Subject: [PATCH 2/2] Lint fixes --- client/sidebar/search/SearchList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sidebar/search/SearchList.js b/client/sidebar/search/SearchList.js index a11404891b8b7..5d6574ff18ee7 100644 --- a/client/sidebar/search/SearchList.js +++ b/client/sidebar/search/SearchList.js @@ -177,7 +177,7 @@ const ScrollerWithCustomProps = forwardRef((props, ref) => ( -
+
) } renderTrackHorizontal={(props) =>
}