From 7071d5282f962b4858f942f6402ca910b45fac5e Mon Sep 17 00:00:00 2001 From: Alona Loik Date: Tue, 4 Feb 2025 13:06:44 -0500 Subject: [PATCH] fixed --- src/components/TodoFilter/TodoFilter.tsx | 2 +- src/components/TodoModal/TodoModal.tsx | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/TodoFilter/TodoFilter.tsx b/src/components/TodoFilter/TodoFilter.tsx index 16806d095..c2c082e97 100644 --- a/src/components/TodoFilter/TodoFilter.tsx +++ b/src/components/TodoFilter/TodoFilter.tsx @@ -44,7 +44,7 @@ export const TodoFilter: React.FC = ({ {/* eslint-disable-next-line jsx-a11y/control-has-associated-label */} - {query.length && ( + {query.length > 0 && (