Skip to content

Commit

Permalink
Update Map.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed May 13, 2024
1 parent 2ee14d1 commit 527f44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { zeroPopTracts } from "utils/zeroPopTracts"
import Legend from "components/Legend"
import MapTooltip from "components/MapTooltip"
import { deepCompare2d1d } from "utils/data/compareArrayElements"
import { MemoryMonitor } from "components/dev/MemoryMonitor"

export type MapProps = {
initialFilter?: string
Expand Down Expand Up @@ -311,6 +312,7 @@ export const Map: React.FC<MapProps> = ({ initialFilter }) => {
<NavigationControl />
<DeckGLOverlay layers={layers} interleaved={true} />
</GlMap>
<MemoryMonitor />
</div>
)
}
Expand Down

0 comments on commit 527f44c

Please sign in to comment.