pull/5510/head
bunsenstraat 1 month ago committed by Aniket
parent 025bd02f50
commit f72477cfd6
  1. 2
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx

@ -55,7 +55,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
}, [filterCon, props.tagList]) }, [filterCon, props.tagList])
useEffect(() => { useEffect(() => {
if(props.pinned!== pinned) { if (props.pinned!== pinned) {
setPinned(props.pinned) setPinned(props.pinned)
} }
},[props.pinned]) },[props.pinned])

Loading…
Cancel
Save