Fix object destructuring

This commit is contained in:
2022-09-05 21:33:44 +04:00
parent c1ac4be2dd
commit b8084abc44
+1 -1
View File
@@ -67,7 +67,7 @@ export default function DrawerBar({meteEsMobilOuve, paroles, slug}) {
const handleSearch = event => {
event.preventDefault()
const value = event.target.value
const {value} = event.target
setSearch(value)
}