mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +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} />}
|
||||
alert={nightly ? null : navAlert}
|
||||
>
|
||||
<Progress key={location.href} />
|
||||
<Progress />
|
||||
</Navigation>
|
||||
{isDocs ? (
|
||||
<Docs pageContext={pageContext}>{content}</Docs>
|
||||
|
|
Loading…
Reference in New Issue
Block a user