提交 35239ea7 编写于 作者: X Xhavit Fu 提交者: 陈帅

fix #2558, breadcrumbList doesn't work in PageHeaderWrapper (#2955)

上级 15b499dc
......@@ -21,9 +21,9 @@ const PageHeaderWrapper = ({ children, contentWidth, wrapperClassName, top, ...r
linkElement={Link}
itemRender={item => {
if (item.locale) {
return <FormattedMessage id={item.locale} defaultMessage={item.name} />;
return <FormattedMessage id={item.locale} defaultMessage={item.title} />;
}
return item.name;
return item.title;
}}
/>
)}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册