Skip to content

Commit fac4bdf

Browse files
committed
Fix jsx warning on use of class
1 parent ce26503 commit fac4bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Avatar/Avatar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class Avatar extends Component {
8282
<div
8383
className="rce-avatar-letter-background"
8484
style={{ backgroundColor: this.stringToColour(this.props.letterItem.id)}}>
85-
<span class="rce-avatar-letter">
85+
<span className="rce-avatar-letter">
8686
{this.props.letterItem.letter}
8787
</span>
8888
</div>

0 commit comments

Comments
 (0)