emory-libraries / Pattern-Library

Minimal pattern library based on Emory Libraries' website redesign
0 stars 1 forks source link

Fixes January events not loading #361

Closed kristianserrano closed 4 years ago

kristianserrano commented 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.