Fix comment

pull/2128/head
Andrew Watkins 2017-10-18 09:44:28 -07:00
parent 3e4865cc7f
commit c58cce2c7d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class FieldList extends Component {
return removeFuncs(fields)
}
// If there is no groupBy time set apple one
// If there is no groupBy time, set one
if (!groupBy.time) {
return applyFuncsToField(fieldFunc, {...groupBy, time})
}