Skip to content

Commit afced19

Browse files
committed
[checkstyle] remove comment
1 parent 5d1d5b4 commit afced19

File tree

1 file changed

+0
-1
lines changed
  • packages/react-table/src/components/Table/utils/decorators

1 file changed

+0
-1
lines changed

packages/react-table/src/components/Table/utils/decorators/headerCol.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as React from 'react';
22
import { IExtra, IFormatterValueType, ITransform } from '../../Table';
33

44
export const headerCol = (id = 'simple-node') => {
5-
// tslint:disable-next-line:no-shadowed-variable
65
const headerColObj: ITransform = (value: IFormatterValueType, { rowIndex }: IExtra = {}) => {
76
const result = typeof value === 'object' ? value.title : value;
87
return {

0 commit comments

Comments
 (0)