Set a unique fragment key to please React

Closes #40598

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2025-06-26 16:15:26 +02:00 committed by GitHub
parent 150ac639bf
commit 6309893a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,7 +194,7 @@ export const SigningIn = () => {
{credentials
.filter((cred) => cred.category == category)
.map((container) => (
<Fragment key={container.category}>
<Fragment key={container.type}>
<Split className="pf-v5-u-mt-lg pf-v5-u-mb-lg">
<SplitItem>
<Title