mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 21:30:22 +03:00
Remove unnessary key
This reduces the reliance on `location`
This commit is contained in:
parent
a114c2b15f
commit
3f00d7d938
|
@ -197,7 +197,7 @@ class Layout extends React.Component {
|
||||||
search={<Search settings={siteMetadata.docSearch} />}
|
search={<Search settings={siteMetadata.docSearch} />}
|
||||||
alert={nightly ? null : navAlert}
|
alert={nightly ? null : navAlert}
|
||||||
>
|
>
|
||||||
<Progress key={location.href} />
|
<Progress />
|
||||||
</Navigation>
|
</Navigation>
|
||||||
{isDocs ? (
|
{isDocs ? (
|
||||||
<Docs pageContext={pageContext}>{content}</Docs>
|
<Docs pageContext={pageContext}>{content}</Docs>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user