From e7128afb32cf051e583236692a0eb3c4466fa54c Mon Sep 17 00:00:00 2001 From: sarendsen Date: Tue, 14 Jan 2025 09:48:17 +0100 Subject: [PATCH] wip --- app/(auth)/(tabs)/(home)/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index 5992f4a4..c6d88470 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -321,7 +321,7 @@ export default function index() { ( await getItemsApi(api).getItems({ userId: user?.Id, - limit: section.items?.limit || 20, + limit: section.items?.limit || 25, recursive: true, includeItemTypes: section.items?.includeItemTypes, sortBy: section.items?.sortBy,