We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb5f6e commit 84ea70cCopy full SHA for 84ea70c
package/src/components/Avatar/Avatar.tsx
@@ -39,7 +39,7 @@ const getInitials = (fullName: string) =>
39
.split(' ')
40
.slice(0, 2)
41
.map((name) => name.charAt(0))
42
- .join(' ');
+ .join('');
43
44
export type AvatarProps = {
45
/** size in pixels */
0 commit comments