From 0fd03d2731a83c65e1edebc3327ca9229983ec66 Mon Sep 17 00:00:00 2001 From: diewerkself Date: Mon, 27 Nov 2023 22:10:56 +0300 Subject: [PATCH] =?UTF-8?q?refactor:=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82?= =?UTF-8?q?=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/project/filter/ui/Filter.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/entities/project/filter/ui/Filter.tsx b/src/entities/project/filter/ui/Filter.tsx index c833ee9e..da927b48 100644 --- a/src/entities/project/filter/ui/Filter.tsx +++ b/src/entities/project/filter/ui/Filter.tsx @@ -136,7 +136,9 @@ export const Filter = ({ isLoading, totalItems = 0 }: FilterProps) => { w="full" onClick={onClose} > - {totalItems ? `Найдено позиций: ${totalItems}` : 'Позиций не найдено'} + {totalItems + ? `Найдено позиций для проектов: ${totalItems}` + : 'Позиций для проектов не найдено'}