@topconsultnpm/sdkui-react-beta 6.14.23 → 6.14.25

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.
@@ -465,7 +465,8 @@ const TMBlogs = (props) => {
465
465
  break;
466
466
  case 'Enter':
467
467
  const item = blogPosts[currentIndex];
468
- if (handleNavigateToWGs && item.id && classID === 'WG')
468
+ const classItemID = item.classID;
469
+ if (handleNavigateToWGs && item.id && classItemID === 'WG')
469
470
  handleNavigateToWGs(item.id);
470
471
  break;
471
472
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.23",
3
+ "version": "6.14.25",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",