({
todoData: todoData.map(elem => elem.id === id
? ({ ...elem, done: !elem.done })
: elem
)
})
}
https://pastebin.com/QWdFn05c
Обсуждают сегодня