Fix lint
This commit is contained in:
@@ -23,7 +23,9 @@ const Box = styled.div`
|
||||
}
|
||||
`;
|
||||
|
||||
const DropDownBox: React.FC<DropDownBoxProps> = ({ children, onMouseEnter, onMouseLeave, visible }) => (
|
||||
const DropDownBox: React.FC<DropDownBoxProps> = ({
|
||||
children, onMouseEnter, onMouseLeave, visible,
|
||||
}) => (
|
||||
<Box
|
||||
onMouseEnter={onMouseEnter}
|
||||
onMouseLeave={onMouseLeave}
|
||||
|
||||
Reference in New Issue
Block a user