From c58cce2c7d3a7821379275fe3ce3c31a672fa2b3 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Wed, 18 Oct 2017 09:44:28 -0700 Subject: [PATCH] Fix comment --- ui/src/shared/components/FieldList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/shared/components/FieldList.js b/ui/src/shared/components/FieldList.js index 3e313eacb..33d80cdb7 100644 --- a/ui/src/shared/components/FieldList.js +++ b/ui/src/shared/components/FieldList.js @@ -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}) }