Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
)}
);
}
}
AvatarAdapter.propTypes = {
/**
* The name for the avatar
*/
name: PropTypes.string.isRequired,
/**
* small, medium, large or extralarge
*/
size: PropTypes.oneOf(VanillaAvatar.AvailableSizes).isRequired,
/**
* Url to a profile image
*/
image: PropTypes.string
};