From d8a1518e078d32f3e7625d219694a61dbe6edf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 26 Jul 2023 11:17:30 +0100 Subject: [PATCH] fix(ui): fix build error --- ui/src/Components/NavBar/FilterInput/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/Components/NavBar/FilterInput/index.tsx b/ui/src/Components/NavBar/FilterInput/index.tsx index 158f3dbdf..593b7f67c 100644 --- a/ui/src/Components/NavBar/FilterInput/index.tsx +++ b/ui/src/Components/NavBar/FilterInput/index.tsx @@ -163,7 +163,6 @@ const FilterInput: FC<{ setIsFocused(true)} {...getInputProps({ ref: inputRef })} />