We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273339a commit 39bb3aaCopy full SHA for 39bb3aa
src/components/common/UsefulLinks.js
@@ -67,7 +67,7 @@ class UsefulLinks extends Component {
67
if (!usefulContent) {
68
return null
69
}
70
-
+
71
const changelog = this.getChangelog({ version })
72
73
const links = [...usefulContent.links, changelog]
0 commit comments