From 45c4d783bab8e78a2a3af9c06ec20f241e6cd605 Mon Sep 17 00:00:00 2001 From: Ahmad Reza Date: Sun, 16 Feb 2020 11:15:48 +0700 Subject: [PATCH] prettier --- .../material-ui-lab/src/useAutocomplete/useAutocomplete.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js b/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js index ff6cc8eeb74a2a..9957ed76d7b23c 100644 --- a/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js +++ b/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js @@ -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'), ); }