Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 18, 2024
1 parent 1582525 commit 8d7e8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/components/DropFileContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLDivElement>) => {
ev.preventDefault();
Expand Down

0 comments on commit 8d7e8ae

Please sign in to comment.