From 3afde8da9a233bc4a10dfad6516ce634bc22bedf Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 9 Apr 2025 11:18:18 +0500 Subject: [PATCH] mobile: fix last heading not shown in toc --- apps/mobile/app/components/sheets/toc/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/app/components/sheets/toc/index.tsx b/apps/mobile/app/components/sheets/toc/index.tsx index 0c56a4d65..865ae5afa 100644 --- a/apps/mobile/app/components/sheets/toc/index.tsx +++ b/apps/mobile/app/components/sheets/toc/index.tsx @@ -129,6 +129,7 @@ const TableOfContents = ({ toc, close }: TableOfContentsProps) => { )} keyExtractor={(item) => item.id} + ListFooterComponent={} /> );