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 2, 2023
1 parent 6eb2fba commit 3cf9b1d
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 3cf9b1d

Please sign in to comment.