mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 17:25:16 +03:00
Update dependencies
This commit is contained in:
@@ -18,7 +18,7 @@ const Item = React.memo(({ name, isCompleted, isPersisted, onUpdate, onDelete })
|
||||
}, [isPersisted]);
|
||||
|
||||
const handleNameUpdate = useCallback(
|
||||
newName => {
|
||||
(newName) => {
|
||||
onUpdate({
|
||||
name: newName,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user