diff --git a/web/src/components/map/hover.js b/web/src/components/map/hover.js index 4a6f8430..99a53c7b 100644 --- a/web/src/components/map/hover.js +++ b/web/src/components/map/hover.js @@ -110,7 +110,7 @@ export const Hover = ({ hoverInfo }) => {
- {micrograms} µg/m3 of PM2.5 + {micrograms} PM2.5 {" "} at {FormatTime(hoverInfo.time)}{" "}
@@ -137,8 +137,7 @@ export const Hover = ({ hoverInfo }) => {
- {properties.value * 1000} µg/m3 of PM - 2.5 + {properties.value * 1000} PM2.5 {" "} at {FormatTime(properties.timestamp)}