Remove failing propType when not using auth
parent
31f012ff8f
commit
edc72c6a3a
|
@ -93,7 +93,7 @@ Authorized.propTypes = {
|
|||
children: node.isRequired,
|
||||
router: shape().isRequired,
|
||||
me: shape({
|
||||
role: string.isRequired,
|
||||
role: string,
|
||||
}),
|
||||
requiredRole: string.isRequired,
|
||||
propsOverride: shape(),
|
||||
|
|
Loading…
Reference in New Issue