Skip to content

Commit

Permalink
🔨 fix page title fallback to chart tile
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Nov 7, 2023
1 parent a7d867e commit 0ba1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baker/GrapherBaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export async function renderDataPageV2({
}
const datapageData = await getDatapageDataV2(
variableMetadata,
grapherConfigForVariable ?? {}
grapher ?? {}
)

const firstTopicTag = datapageData.topicTagsLinks?.[0]
Expand Down

0 comments on commit 0ba1467

Please sign in to comment.