mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 12:50:20 +03:00
Fix regression with links in prompts
This commit is contained in:
parent
49237f05a6
commit
067c94540d
|
@ -235,7 +235,7 @@ const handlePromot = ({ lineFlat, prompt }) => {
|
||||||
<Fragment key={j}>
|
<Fragment key={j}>
|
||||||
{j !== 0 && ' '}
|
{j !== 0 && ' '}
|
||||||
<span className={itemClassNames}>
|
<span className={itemClassNames}>
|
||||||
<OptionalLink hidden hideIcon to={url}>
|
<OptionalLink noLinkLayout hideIcon to={url}>
|
||||||
{text}
|
{text}
|
||||||
</OptionalLink>
|
</OptionalLink>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user