From 8d7e8ae029da13e845a396ac1e0c2ec2b0bcc612 Mon Sep 17 00:00:00 2001 From: Dave Marco Date: Wed, 18 Sep 2024 14:45:16 +0000 Subject: [PATCH] test --- new-log-viewer/src/components/DropFileContainer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-log-viewer/src/components/DropFileContainer/index.tsx b/new-log-viewer/src/components/DropFileContainer/index.tsx index fe2c20ec..a355c9e8 100644 --- a/new-log-viewer/src/components/DropFileContainer/index.tsx +++ b/new-log-viewer/src/components/DropFileContainer/index.tsx @@ -22,7 +22,7 @@ interface DropFileContextProviderProps { */ const DropFileContainer = ({children}: DropFileContextProviderProps) => { const {loadFile} = useContext(StateContext); - const [isFileHovering, setIsFileHovering] = useState(false); + const [isFileHovering, setIsFileHovering] = useState(false); const handleDrag = (ev: React.DragEvent) => { ev.preventDefault();