Skip to content

Commit

Permalink
Sync demo component name with filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Henk committed Feb 6, 2020
1 parent 444190b commit 4c6cf36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useStyles = makeStyles(theme => ({
},
}));

export default function ToggleButtons() {
export default function ToggleButtonNotEmpty() {
const [alignment, setAlignment] = React.useState('left');
const [formats, setFormats] = React.useState(() => ['phone']);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useStyles = makeStyles(theme => ({
},
}));

export default function ToggleButtons() {
export default function ToggleButtonNotEmpty() {
const [alignment, setAlignment] = React.useState('left');
const [formats, setFormats] = React.useState(() => ['phone']);

Expand Down

0 comments on commit 4c6cf36

Please sign in to comment.