diff --git a/src/contexts/sales/index.tsx b/src/contexts/sales/index.tsx index 5d9514d..1d599f9 100644 --- a/src/contexts/sales/index.tsx +++ b/src/contexts/sales/index.tsx @@ -187,7 +187,7 @@ const SaleInfoProvider = ({ children }: Props) => { useEffect(() => { fetchSaleInfo(); - }, [network, coretimeApi, isCoretimeReady, timeslicePeriod]); + }, [network, coretimeApi, height, isCoretimeReady, timeslicePeriod]); useEffect(() => { if (height === 0) return;