From 17789f848fe615caba5ec6dc01bf5f27fbe11a9e Mon Sep 17 00:00:00 2001 From: ebb-tide Date: Fri, 8 Jun 2018 10:48:44 -0700 Subject: [PATCH] Remove unnecessary comment in TableGraph --- ui/src/shared/components/TableGraph.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/src/shared/components/TableGraph.tsx b/ui/src/shared/components/TableGraph.tsx index 3dd884548a..4b2a2c48c6 100644 --- a/ui/src/shared/components/TableGraph.tsx +++ b/ui/src/shared/components/TableGraph.tsx @@ -537,10 +537,6 @@ class TableGraph extends Component { 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,