diff --git a/src/pages/ProductionPage.vue b/src/pages/ProductionPage.vue index 30f7cd9..5d9c96e 100644 --- a/src/pages/ProductionPage.vue +++ b/src/pages/ProductionPage.vue @@ -338,9 +338,8 @@ const totals = computed(() => { const effectiveCost = rawCost * rrrFactor const rrrSavings = rawCost - effectiveCost - const totalJournals = Math.ceil(totalCrafts / CRAFTS_PER_JOURNAL) - return { rawCost, effectiveCost, rrrSavings, totalCrafts, totalItems, totalJournals } + return { rawCost, effectiveCost, rrrSavings, totalCrafts, totalItems } }) const journalRows = computed(() => {