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} />