From 930a20ea7fc9da4b6b497ac232b18b89b9112b61 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Thu, 12 Oct 2023 17:56:04 +0530 Subject: [PATCH] bug:fix recent page hiding last item on scroll #1468 (#2411) (#2422) Co-authored-by: Prashant Indurkar <32466796+PrashantIndurkar@users.noreply.github.com> --- 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)}