kgabryje commented on a change in pull request #14637:
URL: https://github.com/apache/superset/pull/14637#discussion_r632396035
##########
File path: superset-frontend/src/components/Menu/SubMenu.tsx
##########
@@ -158,7 +158,6 @@ const SubMenuComponent:
React.FunctionComponent<SubMenuProps> = props => {
const [navRightStyle, setNavRightStyle] = useState('nav-right');
const [navRightCol, setNavRightCol] = useState(8);
- const { headerSize = 2 } = props;
Review comment:
I think that we can remove headerSize from SubMenuProps (line 153), it
doesn't seem to be used anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]