Skip to content

Commit

Permalink
[docs] Fix a tiny mistake in Chips playground (#19172)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin authored and oliviertassinari committed Jan 11, 2020
1 parent 2a872f8 commit b9a8be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/chips/ChipsPlayground.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function ChipsPlayground(props) {
avatarToPlayground = <Avatar src="/static/images/avatar/1.jpg" />;
break;
case 'letter':
avatarToCode = 'avatar={<Avatar>FH</Avatar>} ';
avatarToCode = 'avatar={<Avatar>F</Avatar>} ';
avatarToPlayground = <Avatar>F</Avatar>;
break;
default:
Expand Down

0 comments on commit b9a8be7

Please sign in to comment.