Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 55df174

Browse files
thumb avatar fix
1 parent 5945cf8 commit 55df174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/atoms/avatar/Avatar.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const Avatar = React.forwardRef(({
5454
if (data.type[0] === 'image') {
5555

5656
if (data.type[1] !== 'gif') {
57+
e.target.src = imageSrc;
5758
e.target.classList.remove('anim-avatar');
5859
} else {
5960

0 commit comments

Comments
 (0)