Suppress lint

This commit is contained in:
Jordan Eldredge 2022-05-18 21:36:11 -07:00
parent 81fda490a2
commit 73c6be3e79

View file

@ -28,5 +28,6 @@ export default function CancelableImg(props) {
};
}, [ref]);
// eslint-disable-next-line jsx-a11y/alt-text
return <img {...props} ref={setRef} />;
}