style: community backend detail title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user