mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Set a unique fragment key to please React
Closes #40598 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
150ac639bf
commit
6309893a63
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user