File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ const extractMarkdown = ({ description }) =>
2323 description . childMarkdownRemark . html ;
2424
2525const propTypes = {
26- site : PropTypes . shape ( {
27- siteMetadata : PropTypes . shape ( {
28- componentPages : PropTypes . arrayOf (
29- PropTypes . shape ( {
30- displayName : PropTypes . string . isRequired ,
31- codeSandboxId : PropTypes . string . isRequired ,
32- } )
33- ) . isRequired ,
34- } ) . isRequired ,
35- } ) . isRequired ,
3626 location : PropTypes . shape ( {
3727 pathname : PropTypes . string . isRequired ,
3828 } ) . isRequired ,
3929 data : PropTypes . shape ( {
30+ site : PropTypes . shape ( {
31+ siteMetadata : PropTypes . shape ( {
32+ componentPages : PropTypes . arrayOf (
33+ PropTypes . shape ( {
34+ displayName : PropTypes . string . isRequired ,
35+ codeSandboxId : PropTypes . string . isRequired ,
36+ } )
37+ ) . isRequired ,
38+ } ) . isRequired ,
39+ } ) . isRequired ,
4040 metadata : PropTypes . shape ( {
4141 displayName : PropTypes . string ,
4242 composes : PropTypes . arrayOf ( PropTypes . string ) ,
You can’t perform that action at this time.
0 commit comments