Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-reza619 committed Feb 16, 2020
1 parent 063b380 commit 45c4d78
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,9 @@ export default function useAutocomplete(props) {
console.error(
[
'Material-UI: the `getOptionSelected` method of useAutocomplete do not handle the arguments correctly.',
`The component expects a single value to match a given option but found ${matches.length} matches`,
`The component expects a single value to match a given option but found ${
matches.length
} matches.`,
].join('\n'),
);
}
Expand Down

0 comments on commit 45c4d78

Please sign in to comment.