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

@ -50,6 +50,6 @@ export default function ({ url, singleWindow }) {
? (<Player {...{
vmParts,
singleWindow
}}/>)
}} />)
: (<Status {...status} />)
}