Fix linting

This commit is contained in:
yangdx
2025-03-26 17:30:06 +08:00
parent f7928263c0
commit 46f5c5b47f
4 changed files with 10 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ export default function DocumentManager() {
const fetchDocuments = useCallback(async () => {
try {
const docs = await getDocuments()
// Get new status counts (treat null as all zeros)
const newStatusCounts = {
processed: docs?.statuses?.processed?.length || 0,