Remove unnecessary comment in TableGraph

pull/10616/head
ebb-tide 2018-06-08 10:48:44 -07:00
parent 0b526d47e2
commit 17789f848f
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,