mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: lint
This commit is contained in:
parent
30dd9a3b0e
commit
15f0841606
@ -76,6 +76,7 @@ class Article extends React.Component {
|
||||
const helmetTitle = `${title[locale] || title} - Ant Design`;
|
||||
const contentChild = flatten(getChildren(content.content));
|
||||
return (
|
||||
/* eslint-disable-next-line */
|
||||
<article className="markdown" onClick={this.onResourceClick}>
|
||||
<Helmet>
|
||||
{helmetTitle && <title>{helmetTitle}</title>}
|
||||
|
Loading…
Reference in New Issue
Block a user