Skip to content

Commit

Permalink
Merge pull request #2794 from weili520/document_url_function
Browse files Browse the repository at this point in the history
fix: Document link error
  • Loading branch information
ks-ci-bot authored Dec 9, 2021
2 parents 04229ac + 26cd63c commit 9aa9a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Header extends React.Component {
}

renderDocumentList() {
const { url, api } = getWebsiteUrl
const { url, api } = getWebsiteUrl()
return (
<Menu onClick={this.handleDocumentLinkClick} data-test="header-docs">
<Menu.MenuItem key={url}>
Expand Down

0 comments on commit 9aa9a43

Please sign in to comment.