Skip to content

Commit e46a22d

Browse files
committed
Remove displayName static property
1 parent bfd939d commit e46a22d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-data-grid/src/HeaderRow.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const HeaderRowStyle = {
2323
const knownDivPropertyKeys = ['width', 'height', 'style', 'onScroll'];
2424

2525
class HeaderRow extends React.Component {
26-
static displayName = 'HeaderRow';
27-
2826
static propTypes = {
2927
width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
3028
height: PropTypes.number.isRequired,

0 commit comments

Comments
 (0)