mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix regression with links in prompts (#12172)
This commit is contained in:
parent
05a3685849
commit
57ba37bc52
|
@ -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