Skip to content

Commit

Permalink
hide text for nofilter results
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Jul 16, 2024
1 parent 1813f7d commit 6847409
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 6847409

Please sign in to comment.