diff --git a/app/views/crops/index.csv.shaper b/app/views/crops/index.csv.shaper index c11b992a3..36509bcaf 100644 --- a/app/views/crops/index.csv.shaper +++ b/app/views/crops/index.csv.shaper @@ -58,7 +58,7 @@ csv.headers *all_headers end csv.cell :plantings_count, c.plantings_count || 0 - csv.cell :seeds_count, c.seeds.size[] + csv.cell :seeds_count, c.seeds.size csv.cell :harvests_count, c.harvests.size # Sunniness