Remove unnecessary comment in TableGraph
parent
0b526d47e2
commit
17789f848f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue