From 723fb6b744315b664918f34ba36434607c9e225d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Wed, 16 Oct 2024 15:05:37 +0300 Subject: [PATCH] feat: moved linebar under condition --- src/components/App/SideBar/FilterSearch/index.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/App/SideBar/FilterSearch/index.tsx b/src/components/App/SideBar/FilterSearch/index.tsx index 6e99fa858..8e18af0b0 100644 --- a/src/components/App/SideBar/FilterSearch/index.tsx +++ b/src/components/App/SideBar/FilterSearch/index.tsx @@ -102,8 +102,13 @@ export const FilterSearch = ({ anchorEl, setAnchorEl, onClose }: Props) => { open={Boolean(anchorEl)} placement="bottom-end" > - {fastFiltersFeatureFlag && } - + {fastFiltersFeatureFlag && ( + <> + + + + )} +