@bigbinary/neetoui 6.6.0 → 6.6.1

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.
@@ -1207,7 +1207,8 @@ var Avatar = function Avatar(_ref) {
1207
1207
  "data-testid": "avatar"
1208
1208
  }, otherProps), /*#__PURE__*/React__default["default"].createElement(Indicator, null), shouldDisplayFallbackAvatar ? /*#__PURE__*/React__default["default"].createElement(Avvvatars, {
1209
1209
  displayValue: getInitials(name),
1210
- size: SIZE[size]
1210
+ size: SIZE[size],
1211
+ value: name
1211
1212
  }) : /*#__PURE__*/React__default["default"].createElement("img", {
1212
1213
  alt: "avatar-".concat(name),
1213
1214
  className: imageClasses,