From 689b68aed0ac5ba9b462090c7325a01cf40d8b1e Mon Sep 17 00:00:00 2001 From: oxdc <29519076+oxdc@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:09:56 +0800 Subject: [PATCH] fixed the "load more" button --- src/components/Group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Group.tsx b/src/components/Group.tsx index bca46a8..437a5a3 100644 --- a/src/components/Group.tsx +++ b/src/components/Group.tsx @@ -239,7 +239,7 @@ export const Group = ({ type, children, group }: GroupProps) => { }; const hasMore = - !!linkedFolder && linkedFolder.files.length < linkedFolder.offset; + !!linkedFolder && linkedFolder.files.length > linkedFolder.offset; useEffect(() => { if (