refactor(ActionButton): remove dead code (3)

This commit is contained in:
Timothy Z. 2025-06-05 19:50:03 +03:00
parent 6c7035db9c
commit 40907e9448

View file

@ -41,7 +41,7 @@ ActionButton.propTypes = {
className: PropTypes.string,
icon: PropTypes.string,
label: PropTypes.string,
tooltip: PropTypes.bool,
tooltip: PropTypes.bool
};
module.exports = ActionButton;