Skip to content

Commit 1b63149

Browse files
committed
Fix linting
1 parent 6c556cd commit 1b63149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lightrag_webui/src/features/RetrievalTesting.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function RetrievalTesting() {
2828
// Calculate distance to bottom
2929
const { scrollTop, scrollHeight, clientHeight } = container
3030
const distanceToBottom = scrollHeight - scrollTop - clientHeight
31-
31+
3232
// Consider near bottom if less than 100px from bottom
3333
return distanceToBottom < 100
3434
}, [])

‎lightrag_webui/vite.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
'feature-graph': ['./src/features/GraphViewer'],
3434
'feature-documents': ['./src/features/DocumentManager'],
3535
'feature-retrieval': ['./src/features/RetrievalTesting'],
36-
36+
3737
// Mermaid-related modules
3838
'mermaid-vendor': ['mermaid'],
3939

0 commit comments

Comments
 (0)