Remove unnessary key

This reduces the reliance on `location`
This commit is contained in:
Marcus Blättermann 2022-11-02 15:37:04 +01:00
parent fb5f7b0dc5
commit 998dc1da54
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -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>