Skip to content

Commit

Permalink
fix missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Feb 13, 2025
1 parent 605de8b commit 19b0f14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ const OperationsSection = ({
if (index === 0) return operation

return (
<>
<React.Fragment key={index}>
<Space height="sm" />

{operation}
</>
</React.Fragment>
)
})}

Expand Down

0 comments on commit 19b0f14

Please sign in to comment.