mirror of https://github.com/explosion/spaCy.git
Fix title [ci skip]
This commit is contained in:
parent
d8b519c23c
commit
2f83848b1f
|
@ -36,7 +36,7 @@ const Title = ({
|
|||
children,
|
||||
...props
|
||||
}) => {
|
||||
const hasApiDetails = Object.values(apiDetails).some(v => v)
|
||||
const hasApiDetails = Object.values(apiDetails || {}).some(v => v)
|
||||
const metaIconProps = { className: classes.metaIcon, width: 18 }
|
||||
return (
|
||||
<header className={classes.root}>
|
||||
|
|
Loading…
Reference in New Issue