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 = ({ ...@@ -48,7 +48,7 @@ const PageHeaderWrapper = ({
...restProps ...restProps
}) => { }) => {
return ( return (
<div style={{ margin: '-24px -24px 0' }} className={classNames(classNames, styles.main)}> <div style={{ margin: '-24px -24px 0' }} className={classNames(wrapperClassName, styles.main)}>
{top} {top}
<MenuContext.Consumer> <MenuContext.Consumer>
{value => { {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