eslint fix

This commit is contained in:
He4eT 2021-07-22 14:00:58 +05:00
commit cc1df287be
7 changed files with 27 additions and 23 deletions

View file

@ -22,7 +22,8 @@ export default function ({
<main>
<UrlPlayer {...{
url: targetUrl,
singleWindow}}/>
singleWindow
}} />
</main>
)
}