mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
fix console warning
This commit is contained in:
parent
cdef5d76d7
commit
88629cfddb
@ -16,7 +16,7 @@ export default function StepIndicator({
|
||||
return (
|
||||
<div className="flex flex-row justify-evenly">
|
||||
{steps.map((name, idx) => (
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<div key={idx} className="flex flex-col items-center gap-2">
|
||||
<div
|
||||
className={cn(
|
||||
"flex size-16 items-center justify-center rounded-full",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user