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

@ -52,7 +52,7 @@ export default function ({
useEffect(() => {
setTargetWindow(
windows
.find(({id}) =>
.find(({ id }) =>
id === currentWindowId))
}, [currentWindowId, windows])