From e0fcc0c8767f8eab36c407ea44467da41ddf0953 Mon Sep 17 00:00:00 2001 From: Prashant Indurkar <32466796+PrashantIndurkar@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:35:00 +0530 Subject: [PATCH] bug:fix recent page hiding last item on scroll #1468 (#2411) --- web/components/pages/pages-list/recent-pages-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/pages/pages-list/recent-pages-list.tsx b/web/components/pages/pages-list/recent-pages-list.tsx index 34199b279..6944da5c9 100644 --- a/web/components/pages/pages-list/recent-pages-list.tsx +++ b/web/components/pages/pages-list/recent-pages-list.tsx @@ -43,7 +43,7 @@ export const RecentPagesList: React.FC = ({ viewType }) => { if (pages[key].length === 0) return null; return ( -
+

{replaceUnderscoreIfSnakeCase(key)}