Merge pull request #1825 from Bilb/lint

lint
pull/1824/head
Audric Ackermann 4 years ago committed by GitHub
commit c1c2f0e046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,7 +213,8 @@ export const LightboxObject = ({
const onDragStart = useCallback((e: any) => { const onDragStart = useCallback((e: any) => {
e.preventDefault(); e.preventDefault();
return false; }, []); return false;
}, []);
const playVideo = () => { const playVideo = () => {
if (!videoRef) { if (!videoRef) {

Loading…
Cancel
Save