Do not show groups when there are search results

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/128/head
Egor Savkin 2024-02-23 17:28:28 +08:00
parent aa35348288
commit 56a44ce4a3
1 changed files with 2 additions and 5 deletions

View File

@ -19,6 +19,7 @@ export function Backlog() {
const onClickToggleMobileSideMenu = useShopStore((state) => state.switchSideMenu);
const isMobile = useShopStore((state) => state.isMobile);
const showSearch = useShopStore((state) => state.listed_cards.length > 0);
// #!render_count
console.log("Backlog renders: ", renderCount)
@ -48,11 +49,7 @@ export function Backlog() {
) : null}
</div>
<BacklogSearchResult/>
<BacklogGroups/>
{showSearch ? <BacklogSearchResult/> : <BacklogGroups/>}
{provided.placeholder && (
<div style={{display: 'none'}}>