fix: globalSearchShow.

This commit is contained in:
elforjani3
2021-08-05 20:10:29 +02:00
parent 82847076c0
commit 3cfa6c379c
2 changed files with 5 additions and 9 deletions

View File

@@ -11,11 +11,7 @@ function Search({
openGlobalSearch,
closeGlobalSearch,
}) {
const items = [
{ title: 'The Shawshank Redemption', year: 1994 },
{ title: 'The Godfather', year: 1972 },
{ title: 'The Godfather: Part II', year: 1974 },
];
const items = [];
const renderSearch = (search, { handleClick }) => (
<MenuItem