mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix key missing
This commit is contained in:
parent
7335725bd3
commit
f21aef3a24
@ -11,7 +11,10 @@ export default function StepIndicator({
|
||||
return (
|
||||
<div className="flex flex-row justify-evenly">
|
||||
{steps.map((name, idx) => (
|
||||
<div className="flex flex-col items-center justify-center gap-2">
|
||||
<div
|
||||
key={idx}
|
||||
className="flex flex-col items-center justify-center gap-2"
|
||||
>
|
||||
<div
|
||||
className={cn(
|
||||
"flex size-16 items-center justify-center rounded-full",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user