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={}
/>
);