Skip to content

Commit

Permalink
Fix for the Exploration timeline playheads (#982)
Browse files Browse the repository at this point in the history
**Related Ticket:**
[981](#981)

### Description of Changes
Fix the `selectedCompareDate` not being sent in the API requests,
resulting in a the comparison being broken.

### Notes & Questions About Changes
_{Add additonal notes and outstanding questions here related to changes
in this pull request}_

### Validation / Testing
_{Update with info on what can be manually validated in the Deploy
Preview link for example "Validate style updates to selection modal do
NOT affect cards"}_
  • Loading branch information
dzole0311 authored May 30, 2024
2 parents db969f1 + 682e415 commit 2b59717
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 2b59717

Please sign in to comment.