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 7b6315d commit 5fdc6ddCopy full SHA for 5fdc6dd
src/index.tsx
@@ -62,7 +62,7 @@ export default class ReactNiceAvatar extends Component<NiceAvatarProps> {
62
break;
63
}
64
65
-
+
66
return (
67
<div
68
id={id}
src/utils.ts
@@ -186,6 +186,8 @@ export const genConfig: GenConfigFunc = (userConfig = {}) => {
186
187
188
189
+ } else {
190
+ response.hairStyle = userConfig.hairStyle
191
192
193
// Hat
0 commit comments