There was an error while loading. Please reload this page.
1 parent 85a5d03 commit 5de74c1Copy full SHA for 5de74c1
1 file changed
src/components/avatar/index.js
@@ -30,7 +30,7 @@ export default function Avatar(props) {
30
if (errorFlag !== false) {
31
setIsImgExist(false);
32
}
33
- };
+ };
34
35
let renderChildren;
36
if (typeof src === 'string' && isImgExist) {
0 commit comments