From fff2b6ea193df9cdd59b280dcafac32b6e1f5cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=C5=A1t=20Pleskot?= Date: Tue, 19 Sep 2023 17:51:32 +0200 Subject: [PATCH] fix: making linter happy --- src/components/Select.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Select.tsx b/src/components/Select.tsx index c09a880c9..8ab74731f 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -23,7 +23,6 @@ export const Select = ({ onSelect, options, value }: SelectProps) => { { - console.log("click outside"); setIsOpen(false); }} onSelect={() => setIsOpen(false)}