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