style: community backend detail title

This commit is contained in:
jialin
2026-02-13 12:26:43 +08:00
parent c67a8c4120
commit af9890b16c
3 changed files with 6 additions and 6 deletions
+2
View File
@@ -76,6 +76,8 @@ export function useUpdateChunkedList(options: {
} else {
cacheDataListRef.current[updateIndex] = updateItem;
}
// TODO only push items created after triggerAt
if (
triggerAt?.current &&
Date.parse(item.created_at) >= triggerAt.current