Skip to content

Commit

Permalink
pass through id properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Jan 16, 2025
1 parent 0b0c6cf commit db12329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@carbonplan/components": "^12.6.5",
"@carbonplan/emoji": "^2.0.0",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^5.0.0",
"@carbonplan/layouts": "^5.0.0-develop.0",
"@carbonplan/minimaps": "^2.6.0",
"@carbonplan/seaweed-farming-model": "^1.0.0",
"@carbonplan/theme": "^8.1.0",
Expand Down
1 change: 1 addition & 0 deletions pages/research/[id].page.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const Page = ({ id, type, source, frontMatter, references }) => {
case 'commentary':
return (
<Commentary
id={id}
meta={frontMatter}
references={references}
displayTitle={displayTitles[id]}
Expand Down

0 comments on commit db12329

Please sign in to comment.