diff --git a/app/views/crops/_harvests.html.haml b/app/views/crops/_harvests.html.haml
index 1d80f8b27..54ecf142a 100644
--- a/app/views/crops/_harvests.html.haml
+++ b/app/views/crops/_harvests.html.haml
@@ -7,7 +7,6 @@
%ul.list-group.list-group-flush
- Rails.cache.fetch([crop, "recent_harvests", Time.zone.today]) do
- Harvest.where(crop: crop).includes(:owner).order(harvested_at: :desc).limit(3).each do |harvest|
- - cache [harvest, Time.zone.today] do
%li.list-group-item
= link_to harvest_path(harvest), class: 'card-link' do
= harvest_icon