Merge pull request #5009 from ethereum/fni

hide text for no filter results in grid
pull/4996/head
Aniket 4 months ago committed by GitHub
commit 41a99c5316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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