Merge pull request #5009 from ethereum/fni

hide text for no filter results in grid
pull/5370/head
Aniket 4 months ago committed by GitHub
commit a4501fa5ce
  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 => {
return true
let found = false
const isElement = (child: ReactNode): child is React.ReactElement => {

Loading…
Cancel
Save