Skip to content

Commit

Permalink
Merge pull request #5009 from ethereum/fni
Browse files Browse the repository at this point in the history
hide text for no filter results in grid
  • Loading branch information
Aniket-Engg authored Jul 16, 2024
2 parents 560e3c8 + 26f7017 commit 41a99c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface RemixUIGridSectionProps {
}

const hasChildCell = (children: ReactNode): boolean => {
return true
let found = false

const isElement = (child: ReactNode): child is React.ReactElement => {
Expand Down

0 comments on commit 41a99c5

Please sign in to comment.