1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00

ref: Little refactoring

This commit is contained in:
Maksim Eltyshev 2025-07-22 22:08:18 +02:00
parent 6dfb5ba024
commit ef35ec279e

View file

@ -75,9 +75,7 @@ const MoreActionsStep = React.memo(({ onClose }) => {
})})`,
}),
);
onClose();
}, [onClose, card.name, dispatch, t]);
}, [card.name, dispatch, t]);
const handleEditTypeClick = useCallback(() => {
openStep(StepTypes.EDIT_TYPE);