touchstudy-core 0.1.20 → 0.1.21

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.
@@ -4463,7 +4463,7 @@ var ArticleGroupView = function ArticleGroupView(_ref) {
4463
4463
  item: true,
4464
4464
  xs: 3,
4465
4465
  className: "d-flex justify-content-end"
4466
- }, isDeletable && React.createElement("div", null, React.createElement(IconButton, {
4466
+ }, isDeletable && !isDisabled && React.createElement("div", null, React.createElement(IconButton, {
4467
4467
  onClick: handleDelete
4468
4468
  }, React.createElement(FaTrash, {
4469
4469
  size: 16,