Skip to content

Commit

Permalink
refactor: remove dead prop from mui#11214
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Nov 27, 2023
1 parent 1c17fcd commit 2fd5909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grid/x-data-grid/src/components/cell/GridCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ const GridCell = React.forwardRef<HTMLDivElement, GridCellProps>((props, ref) =>
className,
style: styleProp,
extendRowFullWidth,
row,
colSpan,
disableDragEvents,
isNotVisible,
Expand Down

0 comments on commit 2fd5909

Please sign in to comment.