ReferenceError: /opt/project/bvote-web/bvote-web-vnu/views/pages/contestant_detail.ejs:151
   149|                               <p class="index__desc">
   150|                                 <span class="title">SỐ LƯỢT BÌNH CHỌN : </span>
>> 151|                                 <%= numberVotes %>
   152|                               </p>
   153|                             </div>
   154|                             <div class="detail-button">

numberVotes is not defined
   at eval (eval at compile (/opt/project/bvote-web/bvote-web-vnu/node_modules/ejs/lib/ejs.js:618:12), <anonymous>:52:26)
   at returnedFn (/opt/project/bvote-web/bvote-web-vnu/node_modules/ejs/lib/ejs.js:653:17)
   at tryHandleCache (/opt/project/bvote-web/bvote-web-vnu/node_modules/ejs/lib/ejs.js:251:36)
   at View.exports.renderFile [as engine] (/opt/project/bvote-web/bvote-web-vnu/node_modules/ejs/lib/ejs.js:482:10)
   at View.render (/opt/project/bvote-web/bvote-web-vnu/node_modules/express/lib/view.js:135:8)
   at tryRender (/opt/project/bvote-web/bvote-web-vnu/node_modules/express/lib/application.js:640:10)
   at Function.render (/opt/project/bvote-web/bvote-web-vnu/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/opt/project/bvote-web/bvote-web-vnu/node_modules/express/lib/response.js:1008:7)
   at exports.getMissDetail (/opt/project/bvote-web/bvote-web-vnu/controllers/contestant.js:59:9)
   at runMicrotasks (<anonymous>)
   at processTicksAndRejections (node:internal/process/task_queues:96:5)