lint fixes

This commit is contained in:
Blake Blackshear
2021-06-13 14:24:34 -05:00
parent 861ee0485d
commit 3aa7f753b3
2 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ export default function JSMpegPlayer({ camera }) {
}, [url]);
return (
<div ref={playerRef} class="jsmpeg">
</div>
<div ref={playerRef} class="jsmpeg" />
);
}