ref: Little refactoring
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user