소스 검색

Fix bugs in display most used ingredients on the home page.

Lee Morgan 5 년 전
부모
커밋
a6b92e5cc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      views/dashboardPage/js/strands/home.js

+ 1 - 1
views/dashboardPage/js/strands/home.js

@@ -58,7 +58,7 @@ let home = {
             ingredients.push({
                 inventoryItem: merchant.inventory[i],
                 unitCost: merchant.inventory[i].ingredient.getUnitCost(),
-                totalCost: totalCost / 100
+                totalCost: totalCost
             });
         }