From bfc9d3b3e7142a759524c68aa4c7917880efa2ae Mon Sep 17 00:00:00 2001 From: Jhon Fabul <115532846+glennzyboi@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:28:44 +0800 Subject: [PATCH] pls --- src/app/(user)/receive/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(user)/receive/index.tsx b/src/app/(user)/receive/index.tsx index de59ffe..74795bb 100644 --- a/src/app/(user)/receive/index.tsx +++ b/src/app/(user)/receive/index.tsx @@ -46,7 +46,7 @@ const Index = () => { console.log("Pending products??:", pendingProducts); const [currentPage, setCurrentPage] = useState(1); - const itemsPerPage = 9; + const itemsPerPage = 7; const [searchQuery, setSearchQuery] = useState(""); let filteredProducts = @@ -130,7 +130,7 @@ const Index = () => { item.id_products.name} + //keyExtractor={(item: any) => item.id_products.name} scrollEnabled={false} contentContainerStyle={styles.flatListContainer} />