hide text for nofilter results

pull/5009/head
lianahus 4 months ago committed by Aniket
parent 560e3c8684
commit 26f7017af6
  1. 1
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx

@ -21,6 +21,7 @@ interface RemixUIGridSectionProps {
} }
const hasChildCell = (children: ReactNode): boolean => { const hasChildCell = (children: ReactNode): boolean => {
return true
let found = false let found = false
const isElement = (child: ReactNode): child is React.ReactElement => { const isElement = (child: ReactNode): child is React.ReactElement => {

Loading…
Cancel
Save