Be the change

pull/1081/head
Andrew Watkins 2017-04-04 14:48:22 -07:00
parent 95a786f83d
commit 8c11557281
1 changed files with 9 additions and 1 deletions

View File

@ -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: [],