Use Unicode aware character-wise slicing (#159)
This commit is contained in:
committed by
GitHub
parent
2c9e32b6c4
commit
6e9394ec7a
@@ -48,7 +48,7 @@ function ImageUpload({
|
||||
>
|
||||
<Avatar
|
||||
imageSrc={imageSrc}
|
||||
text={text.slice(0, 1)}
|
||||
text={text}
|
||||
bgColor={bgColor}
|
||||
size="large"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user