Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Sep 19, 2024
1 parent 15b1c91 commit 2f930c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/sales/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const SaleInfoProvider = ({ children }: Props) => {

useEffect(() => {
fetchSaleInfo();
}, [network, coretimeApi, isCoretimeReady, timeslicePeriod]);
}, [network, coretimeApi, height, isCoretimeReady, timeslicePeriod]);

useEffect(() => {
if (height === 0) return;
Expand Down

0 comments on commit 2f930c5

Please sign in to comment.