fix: unique key
This commit is contained in:
parent
f0bae46346
commit
8f943a0757
|
|
@ -158,7 +158,7 @@ export function DashboardLayout({
|
|||
return (
|
||||
<UniLink
|
||||
href={link.href}
|
||||
key={link.href}
|
||||
key={link.text}
|
||||
className={clsx(
|
||||
`flex px-4 h-12 items-center rounded-md space-x-2 w-full transition-colors`,
|
||||
active
|
||||
|
|
|
|||
Loading…
Reference in New Issue