@it-enterprise/forcebpm-ui-kit 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/FAvatar.vue +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@it-enterprise/forcebpm-ui-kit",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "FBPM UI Kit",
5
5
  "author": "it-enterprise",
6
6
  "license": "MIT",
package/src/FAvatar.vue CHANGED
@@ -44,7 +44,7 @@ const getInitialsByName = name => {
44
44
  return result.slice(0, 2)
45
45
  }
46
46
 
47
- const userPhoto = computed(() => props.fullUser?.value?.photo)
47
+ const userPhoto = computed(() => props.fullUser?.photo)
48
48
 
49
49
  const sizeStyle = computed(() => {
50
50
  return {