1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

show only Methods

This commit is contained in:
Matthias Kretschmann 2019-01-28 10:09:53 +01:00
parent 160dc564ba
commit 3b97474d0c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,7 +4,7 @@ import slugify from 'slugify'
import styles from './Entities.module.scss'
// more kinds: 'Property', 'Class'
const showKindOfProperty = ['Method', 'Property']
const showKindOfProperty = ['Method']
const Type = ({ type }) => {
let isArray = false