Skip to content

Commit 08d6c82

Browse files
lint fixes
1 parent 6e4c6fb commit 08d6c82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/components/ChatBot/ChunkInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
2222
const [neoRels, setNeoRels] = useState<any[]>([]);
2323
const [openGraphView, setOpenGraphView] = useState(false);
2424
const [viewPoint, setViewPoint] = useState('');
25-
const [loadingGraphView, setLoadingGraphView] = useState(false);
25+
const [_, setLoadingGraphView] = useState(false);
2626

2727
const handleChunkClick = async (elementId: string, viewMode: string) => {
2828
handleGraphNodeClick(

frontend/src/components/FileTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
ProgressBar,
88
StatusIndicator,
99
TextLink,
10-
Tip,
1110
Typography,
1211
useCopyToClipboard,
1312
} from '@neo4j-ndl/react';

0 commit comments

Comments
 (0)