Commit 327d696b authored by zthxxx's avatar zthxxx Committed by ι™ˆεΈ…

fix: fix classnames typo in PageHeaderWrapper (#4071)

parent cbbd338c
......@@ -48,7 +48,7 @@ const PageHeaderWrapper = ({
...restProps
}) => {
return (
<div style={{ margin: '-24px -24px 0' }} className={classNames(classNames, styles.main)}>
<div style={{ margin: '-24px -24px 0' }} className={classNames(wrapperClassName, styles.main)}>
{top}
<MenuContext.Consumer>
{value => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment