We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3282dc3 commit b0b581cCopy full SHA for b0b581c
1 file changed
components/AdditionalResources.tsx
@@ -36,7 +36,7 @@ const AdditionalResources = () => {
36
<Trans
37
t={t}
38
i18nKey={`legislative.${i18nKey}`}
39
- components={[<links.External href={href} />]}
+ components={[<links.External href={href} key={i18nKey} />]}
40
/>
41
</p>
42
</div>
0 commit comments