Closed kristianserrano closed 4 years ago
January event were not loading due to the use of the _.compact() method in lodash stripping out the number 0 as a "falsy" value. Switching the values to strings keeps them in the array.
_.compact()
0
January event were not loading due to the use of the
_.compact()
method in lodash stripping out the number0
as a "falsy" value. Switching the values to strings keeps them in the array.