Skip to content

Commit

Permalink
Update LocationAggregatorMapIndex.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgodfrey committed Nov 15, 2023
1 parent 399cd59 commit 43275e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions my-app/src/components/map/LocationAggregatorMapIndex.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const LocationAggregatorMap = ({
}) => {
const [layers, setLayers] = useState(null);

const [doneLoading, setDoneLoading] = useState(false);

const mapVisLayers = {
hexagonLayer: [
new HexagonLayer({
Expand Down

0 comments on commit 43275e9

Please sign in to comment.