Add missing key to span element
This commit is contained in:
parent
9106592e6f
commit
c9b5ae2f19
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ function ElementsListRow(
|
|||
for (let i = 0; i < depth; i++) {
|
||||
verticalBars.push(
|
||||
<span
|
||||
key={`${key}-${i}`}
|
||||
className={`h-full border-l-2 pr-2 ${verticalBarSelectedClass}`}
|
||||
></span>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue