Skip to content
Snippets Groups Projects
Unverified Commit 32494b19 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Ensure the unique key for this Link instance (#16864)

parent 7fec4942
Branches
Tags
No related merge requests found
......@@ -389,6 +389,7 @@ export class AdminPinMessage extends React.Component {
const link = (
<Link
className="link"
key="link-root"
to={Urls.collection({ id: "root" })}
>{t`Our analytics`}</Link>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment