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

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

Loading…
Cancel
Save