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 42f9be01dd
commit 7919dc04e2
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -196,7 +196,7 @@ class Layout extends React.Component {
search={<Search settings={meta.docSearch} />} search={<Search settings={meta.docSearch} />}
alert={meta.nightly ? null : navAlert} alert={meta.nightly ? null : navAlert}
> >
<Progress key={location.href} /> <Progress />
</Navigation> </Navigation>
{isDocs ? ( {isDocs ? (
<Docs pageContext={pageContext}>{content}</Docs> <Docs pageContext={pageContext}>{content}</Docs>