Skip to content

Commit

Permalink
Replace selectedDay with selectedCompareDay
Browse files Browse the repository at this point in the history
  • Loading branch information
dzole0311 committed May 30, 2024
1 parent db969f1 commit 682e415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function ExplorationMap(props: ExplorationMapProps) {
{selectedDay && (
<ExplorationMapLayers
datasets={loadedDatasets}
selectedDay={selectedDay}
selectedDay={selectedCompareDay}
idSuffix='-compare'
/>
)}
Expand Down

0 comments on commit 682e415

Please sign in to comment.