mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fix: Code duplication
This commit is contained in:
parent
287eff714f
commit
0d95fef52e
@ -28,10 +28,10 @@ export default function TypedocTemplate({ data, path, location, pageContext }) {
|
||||
}
|
||||
|
||||
TypedocTemplate.propTypes = {
|
||||
pageContext: PropTypes.object.isRequired,
|
||||
location: PropTypes.object.isRequired,
|
||||
data: PropTypes.object.isRequired,
|
||||
path: PropTypes.string.isRequired
|
||||
path: PropTypes.string.isRequired,
|
||||
pageContext: PropTypes.object.isRequired,
|
||||
location: PropTypes.object.isRequired
|
||||
}
|
||||
|
||||
export const TypedocQuery = graphql`
|
||||
|
Loading…
Reference in New Issue
Block a user