fix(client): Remove redundant prop and allow navigationMenu to be und… (#36134)
This commit is contained in:
committed by
Valeriy
parent
17e112d25e
commit
1e1cbdfe06
@@ -68,7 +68,7 @@ const propTypes = {
|
||||
isOnline: PropTypes.bool.isRequired,
|
||||
isSignedIn: PropTypes.bool,
|
||||
landingPage: PropTypes.bool,
|
||||
navigationMenu: PropTypes.element.isRequired,
|
||||
navigationMenu: PropTypes.element,
|
||||
onlineStatusChange: PropTypes.func.isRequired,
|
||||
removeFlashMessage: PropTypes.func.isRequired,
|
||||
showFooter: PropTypes.bool
|
||||
|
Reference in New Issue
Block a user