mirror of
https://github.com/plankanban/planka.git
synced 2025-08-04 04:55:25 +02:00
ref: Little refactoring
This commit is contained in:
parent
6dfb5ba024
commit
ef35ec279e
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ const MoreActionsStep = React.memo(({ onClose }) => {
|
||||||
})})`,
|
})})`,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
}, [card.name, dispatch, t]);
|
||||||
onClose();
|
|
||||||
}, [onClose, card.name, dispatch, t]);
|
|
||||||
|
|
||||||
const handleEditTypeClick = useCallback(() => {
|
const handleEditTypeClick = useCallback(() => {
|
||||||
openStep(StepTypes.EDIT_TYPE);
|
openStep(StepTypes.EDIT_TYPE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue