From ff91c0f35fe327cd4f1cef4c513085706257e5e1 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 6 Mar 2024 16:21:47 -0700 Subject: [PATCH] Fix linter error --- src/components/MainWindow/Tile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainWindow/Tile.tsx b/src/components/MainWindow/Tile.tsx index 85c2776..878f5ac 100644 --- a/src/components/MainWindow/Tile.tsx +++ b/src/components/MainWindow/Tile.tsx @@ -69,7 +69,7 @@ const Tile: React.FC = (props) => { resetKeys={[selectedTileType, selectedRegion, selectedSatelliteVariableId]} >
-

{selectedTileType == "map" ? selectedSatelliteVariable.longName : selectedSatelliteVariable.longNamePlot}

+

{selectedTileType === "map" ? selectedSatelliteVariable.longName : selectedSatelliteVariable.longNamePlot}

{selectedRegion.longName} as of {selectedSatelliteVariable.lastDateWithData}

Climatology calculated over{' '}