diff --git a/src/components/PageHeaderWrapper/index.js b/src/components/PageHeaderWrapper/index.js index 7a766834c4ac39cd3628409d45fe3cd09bff1fe7..7cf822df05e1ac7bcdb3b1abd78fcd77e086a6dc 100644 --- a/src/components/PageHeaderWrapper/index.js +++ b/src/components/PageHeaderWrapper/index.js @@ -16,11 +16,11 @@ const { Title } = Typography; * In order to be compatible with the old version of the PageHeader * basically all the functions are implemented. */ -const renderFooter = ({ tabList, activeKeyProps, onTabChange, tabBarExtraContent }) => { +const renderFooter = ({ tabList, tabActiveKey, onTabChange, tabBarExtraContent }) => { return tabList && tabList.length ? ( { if (onTabChange) { onTabChange(key);