diff --git a/src/components/ui/Search.tsx b/src/components/ui/Search.tsx index bd7e529..30de338 100644 --- a/src/components/ui/Search.tsx +++ b/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}