From 9d073e59cfaad638290870b4e234c1daf3367a30 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Mon, 17 Mar 2025 09:38:15 +0800 Subject: [PATCH] fixed --- src/components/bestoil.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/bestoil.tsx b/src/components/bestoil.tsx index ffa48a5..9c5dbfa 100644 --- a/src/components/bestoil.tsx +++ b/src/components/bestoil.tsx @@ -16,8 +16,7 @@ function Bestoil() { }); // Create refs for elements we want to animate - const bestOilRef = useRef(null); - const oilChartRef = useRef(null); + const cookRef = useRef(null); const oilCubesRef = useRef(null);