Skip to content

Commit

Permalink
Merge pull request #307 from wrappid/WRPD-enhancement-305
Browse files Browse the repository at this point in the history
bugfix: name to displayName
  • Loading branch information
techoneel authored Aug 21, 2024
2 parents e145ca6 + 5c2c117 commit 1ad2cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/components/dataDisplay/CoreAvatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function CoreAvatar(props) {

return <NativeAvatar {...props} src={src} />;
}
CoreAvatar.name = "CoreAvatar";
CoreAvatar.displayName = "CoreAvatar";
CoreAvatar.validProps = [
{
description: "Used in combination with src or srcSet to provide an alt attribute for the rendered img element.",
Expand Down

0 comments on commit 1ad2cf2

Please sign in to comment.