@zohoim/chat-components 0.0.27 → 0.0.28

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.
@@ -187,7 +187,7 @@ export default function IMMessage(props) {
187
187
  renderContent: handleRenderMessage,
188
188
  renderOwnerStatusIcon: handleRenderIntegIcon,
189
189
  renderSecondaryActions: handleRenderSecondaryActions,
190
- status: isAgentMessage ? messageStatus : '',
190
+ status: messageStatus,
191
191
  statusTooltip: messageStatusTitle
192
192
  }, messageCustomProps));
193
193
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/chat-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Chat Components",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",
@@ -45,5 +45,5 @@
45
45
  "jsdom": "22.1.0",
46
46
  "react-to-jsx": "1.3.2"
47
47
  },
48
- "gitHead": "2fd6976b3ddef8bc5be3896558ed31188eeaa8e5"
48
+ "gitHead": "a7d919dc68bac0cf29a60b19caedeb50ed579ca9"
49
49
  }