easy-email-extensions 4.16.4 → 4.16.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/License CHANGED
File without changes
package/lib/index2.js CHANGED
@@ -33131,7 +33131,6 @@ const ToolItem$1 = (props) => {
33131
33131
  }, /* @__PURE__ */ React__default.createElement("button", {
33132
33132
  tabIndex: -1,
33133
33133
  className: classnames("easy-email-extensions-emailToolItem", props.isActive && "easy-email-extensions-emailToolItem-active"),
33134
- title: props.title,
33135
33134
  onClick: props.onClick,
33136
33135
  style: props.style
33137
33136
  }, props.icon));