oa-componentbook 1.0.1-stage.88 → 1.0.1-stage.89

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.
@@ -177,7 +177,7 @@ function ApprovalWidget(_ref) {
177
177
  }, columnItems.map(item => /*#__PURE__*/_react.default.createElement("li", {
178
178
  key: item.title,
179
179
  className: "tooltip-item"
180
- }, !item.hideIcon && /*#__PURE__*/_react.default.createElement(_MaterialIcon.default, {
180
+ }, !(status !== null && status !== void 0 && status.hideIcon) && /*#__PURE__*/_react.default.createElement(_MaterialIcon.default, {
181
181
  size: 20,
182
182
  icon: item.type === "positive" ? _Check.default : _Close.default,
183
183
  color: item.type === "positive" ? "positive" : "negative"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.88",
3
+ "version": "1.0.1-stage.89",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",