Skip to content

Commit

Permalink
update useEffect hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Apr 3, 2024
1 parent 9b0307d commit b622b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function TileMeasurement({ ui }) {
setMeasurementsStarted(true);
calculateMeasurements();
}
}, [ui.selected]);
}, [ui.selected, eicLegacy]);

return null;
}
Expand Down

0 comments on commit b622b5b

Please sign in to comment.