@webitel/ui-sdk 26.2.107 → 26.2.108

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.2.107",
3
+ "version": "26.2.108",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run biome:format:all || true) && npm run publish-lib",
@@ -103,7 +103,7 @@ const getUser = async ({ itemId: id }) => {
103
103
  const copy = deepCopy(item);
104
104
  if (copy.license) {
105
105
  copy.license.forEach((item) => {
106
- item.name = item.prod;
106
+ item.name = item.name || item.prod;
107
107
  });
108
108
  }
109
109
  if (copy.profile) {