diff --git a/frontend/src/js/drawCircles.js b/frontend/src/js/drawCircles.js index 316d49bc..e6c27344 100644 --- a/frontend/src/js/drawCircles.js +++ b/frontend/src/js/drawCircles.js @@ -31,7 +31,7 @@ hmdaStat(data), style ); // We will use the tractid when redrawing - circle.tracid = geo.tractid || ''; + circle.tractid = geo.tractid || ''; circle.volume = geo.volume; circle.type = "tract-circle"; circle.keyCircle = 0;