Holeshot Performance Products, Inc.

/opt/holeshot/views/common/mixins/dynocharts.pug:116 114| tr 115| each col, i in row > 116| td !{i === 0 ? numeral(col).format("0,0") : numeral(col).format("0.0")} 117| unless !footer 118| .dynochart-data-table-footer !{footer} 119| numeral is not a function

    114|           tr
    115|             each col, i in row
  > 116|               td !{i === 0 ? numeral(col).format("0,0") : numeral(col).format("0.0")}
    117|   unless !footer
    118|     .dynochart-data-table-footer !{footer}
    119| 

numeral is not a function
    at Object.eval (eval at wrap (/opt/holeshot/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:1422:56)
    at Object.eval (eval at wrap (/opt/holeshot/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:1435:4)
    at Object.pug_interp [as dynochart-table] (eval at wrap (/opt/holeshot/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:1474:4)
    at eval (eval at wrap (/opt/holeshot/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3557:30)
    at template (eval at wrap (/opt/holeshot/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3624:7)
    at Object.exports.renderFile (/opt/holeshot/node_modules/pug/lib/index.js:454:38)
    at Object.exports.renderFile (/opt/holeshot/node_modules/pug/lib/index.js:444:21)
    at View.exports.__express [as engine] (/opt/holeshot/node_modules/pug/lib/index.js:493:11)
    at View.render (/opt/holeshot/node_modules/express/lib/view.js:135:8)
    at tryRender (/opt/holeshot/node_modules/express/lib/application.js:640:10)