style: avatar

pull/2365/head^2
tanjinzhou 2020-06-08 17:42:08 +08:00
parent 3a13c60d59
commit c0adff7695
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ export default {
} }
} }
return ( return (
<span ref="avatarNode" {...{ class: classString, style: sizeStyle }}> <span ref="avatarNode" class={classString} style={sizeStyle}>
{children} {children}
</span> </span>
); );