style: delete Trailing spaces
parent
ed9de47851
commit
34230dd40e
|
@ -28,7 +28,7 @@ const TableHeaderRow = {
|
||||||
const { column, children, className, ...cellProps } = cell
|
const { column, children, className, ...cellProps } = cell
|
||||||
const cls = cell.class || className
|
const cls = cell.class || className
|
||||||
const customProps = column.customHeaderCell ? column.customHeaderCell(column) : {}
|
const customProps = column.customHeaderCell ? column.customHeaderCell(column) : {}
|
||||||
|
|
||||||
const headerCellProps = mergeProps({
|
const headerCellProps = mergeProps({
|
||||||
attrs: {
|
attrs: {
|
||||||
...cellProps,
|
...cellProps,
|
||||||
|
|
Loading…
Reference in New Issue