@rh-support/troubleshoot 2.6.349 → 2.6.350

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.
@@ -260,7 +260,9 @@ const CaseComments = React.forwardRef((props, ref) => {
260
260
  React.createElement("header", null,
261
261
  React.createElement("h4", null,
262
262
  computeCommentAuthorIcon(props.comment),
263
- isAsaComment ? React.createElement(Trans, null, "Automated support assistant") : React.createElement(React.Fragment, null,
263
+ isAsaComment ? React.createElement(React.Fragment, null,
264
+ " ",
265
+ props.comment.createdBy) : React.createElement(React.Fragment, null,
264
266
  " ",
265
267
  props.comment.lastModifiedById),
266
268
  props.comment.createdByType === 'Partner' && (React.createElement("span", null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.349",
3
+ "version": "2.6.350",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -127,5 +127,5 @@
127
127
  "defaults and supports es6-module",
128
128
  "maintained node versions"
129
129
  ],
130
- "gitHead": "cc1c26280084d477ee0abcec8d46963c8213b783"
130
+ "gitHead": "1a727ebe4dd2f66b526851b895b38d2e1ed11a05"
131
131
  }