chore(ui): improve useChangeEffect hook

pull/5926/head
Pavel Zavora 2022-06-07 09:00:28 +02:00
parent 2410c9fc24
commit 373c393c07
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function useChangeEffect(
first.current = false
return
}
effect()
return effect()
}, deps)
}