Skip to content

Commit

Permalink
fix duplicate key warning
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Dec 5, 2023
1 parent 9a5d224 commit 2dd6382
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/content/order/migrate/DeploymentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ export const DeploymentForm = ({
{props.params.map((item) =>
item.kind === 'variable' || item.kind === 'env' ? (
<OrderItem key={item.name} item={item} />
) : (
<></>
)
) : undefined
)}
</div>
<Space size={'large'}>
Expand Down

0 comments on commit 2dd6382

Please sign in to comment.