diff --git a/src/components/widgets/table.js b/src/components/widgets/table.js index c2025f6..53af120 100644 --- a/src/components/widgets/table.js +++ b/src/components/widgets/table.js @@ -79,12 +79,12 @@ class WidgetTable extends Component { render() { var columns = [ - , - + , + ]; if (this.props.widget.showUnit) - columns.push() + columns.push() return (