pull/270/head
artemkolodko 2 years ago
parent e70047235d
commit 840dd4e6f6
  1. 2
      src/components/ui/Search.tsx

@ -344,7 +344,7 @@ export const SearchInput = () => {
{({ height, width }) => ( {({ height, width }) => (
<List <List
className="List" className="List"
height={height} height={height as number}
itemCount={results.length} itemCount={results.length}
itemSize={40} itemSize={40}
width={width} width={width}

Loading…
Cancel
Save