Remove unnecessary comment in TableGraph

bugfix/table-graph-series-name
ebb-tide 2018-06-08 10:48:44 -07:00
parent e1a105757e
commit 057b062381
1 changed files with 0 additions and 4 deletions

View File

@ -537,10 +537,6 @@ class TableGraph extends Component<Props, State> {
cellType: 'table',
})
// Argument of type '{ colors: ColorString; lastValue: ReactText; cellType: "table"; }' is not assignable to parameter of type '{ colors: any; lastValue: any; cellType?: CellType; }'.
// Types of property 'cellType' are incompatible.
// Type '"table"' is not assignable to type 'CellType'.
cellStyle = {
...style,
backgroundColor: bgColor,