From 8c11557281f948270e9d3a8381818416cef9158f Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Tue, 4 Apr 2017 14:48:22 -0700 Subject: [PATCH] Be the change --- ui/src/data_explorer/components/Table.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/src/data_explorer/components/Table.js b/ui/src/data_explorer/components/Table.js index 06b853ce5..12b676fb5 100644 --- a/ui/src/data_explorer/components/Table.js +++ b/ui/src/data_explorer/components/Table.js @@ -5,7 +5,15 @@ import fetchTimeSeries from 'shared/apis/timeSeries' import _ from 'lodash' import moment from 'moment' -const {oneOfType, number, string, shape, arrayOf, func} = PropTypes +const { + arrayOf, + func, + number, + oneOfType, + shape, + string, +} = PropTypes + const emptyCells = { columns: [], values: [],