From 72076c218fa7daf6ce3f19bfc9e9d4feffc4c9a6 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 3 Feb 2026 17:23:40 +0800 Subject: [PATCH] fix(web): PageScrollList loading update --- web/src/components/PageScrollList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/PageScrollList/index.tsx b/web/src/components/PageScrollList/index.tsx index 8527554d..4cdfc62e 100644 --- a/web/src/components/PageScrollList/index.tsx +++ b/web/src/components/PageScrollList/index.tsx @@ -106,7 +106,7 @@ const PageScrollList = forwardRef(>({ dataLength={data.length} next={loadMoreData} hasMore={hasMore} - loader={loading && needLoading ? : undefined} + loader={loading && needLoading ? : false} // endMessage={It is all, nothing more 🤐} scrollableTarget="scrollableDiv" className='rb:h-full!'