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 }) => (
<List
className="List"
height={height}
height={height as number}
itemCount={results.length}
itemSize={40}
width={width}

Loading…
Cancel
Save