Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yossarian committed Feb 19, 2020
1 parent 3bf2a93 commit 66de649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/TextField/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const TextField = React.forwardRef(function TextField(props, ref) {
if (label) {
InputMore.label = (
<React.Fragment>
{label }
{label}
{required && '\u00a0*'}
</React.Fragment>
);
Expand Down

0 comments on commit 66de649

Please sign in to comment.