From fa4b942143684c5b4e035ae217886db99a9a5eb3 Mon Sep 17 00:00:00 2001 From: artemkolodko Date: Wed, 3 May 2023 08:22:46 +0100 Subject: [PATCH] Fix typing --- src/components/ui/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}