Skip to content

Commit

Permalink
Fixed a tiny mistake in Chips playground
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Jan 11, 2020
1 parent 2a872f8 commit dd3b081
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 dd3b081

Please sign in to comment.