kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
UI: fix PropType warning on `page`
rodzic
ff85ff7bd4
commit
c77c89ea08
|
@ -18,7 +18,7 @@ class WrappedRoute extends React.Component {
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
component: PropTypes.func.isRequired,
|
component: PropTypes.func.isRequired,
|
||||||
page: PropTypes.func,
|
page: PropTypes.object,
|
||||||
content: PropTypes.node,
|
content: PropTypes.node,
|
||||||
componentParams: PropTypes.object,
|
componentParams: PropTypes.object,
|
||||||
layout: PropTypes.object,
|
layout: PropTypes.object,
|
||||||
|
|
Ładowanie…
Reference in New Issue