From bd386fdc8c380255469f0fc091e8e4e7da706e29 Mon Sep 17 00:00:00 2001 From: Goce Mitevski Date: Fri, 26 Jan 2024 10:04:15 +0100 Subject: [PATCH] Update search field size --- src/components/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Index.js b/src/components/Index.js index d05f8e6..2b32af3 100644 --- a/src/components/Index.js +++ b/src/components/Index.js @@ -50,9 +50,9 @@ const Index = (props) => { return (
-
+
- onSearch(e)}> + onSearch(e)}> {state.data.length > 0 &&
приказ на вкупно {state.data.length} {state.data.length % 10 === 1 && state.data.length % 11 === 1 ? 'основно училиште' : 'основни училишта'} {state.namesData.length > 0 && , од кои {state.namesData.length} т.е. {`${parseFloat((state.namesData.length / props.data.length) * 100).toFixed(floatDecimals).toLocaleString()}%`} го содржат бараниот поим во своето име, а {`${parseFloat((100 - (state.namesData.length / props.data.length) * 100)).toFixed(floatDecimals).toLocaleString()}%`} не го содржат}