Skip to content

Commit

Permalink
Update frontend/src/components/pages/transforms/Transform.Details.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ján Vorčák <[email protected]>
  • Loading branch information
rikimaru0345 and jvorcak authored Jul 3, 2024
1 parent 2ad6482 commit 9ad5172
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const OverviewTab = observer((p: {
{p.transform.outputTopicNames.map(x => <>{x}</>).genericJoin(() => <br />)}
</>
},
// { key: '', value: p.transform.environmentVariables }
], {
keyStyle: { fontWeight: 600, verticalAlign: 'baseline' },
keyAlign: 'left',
Expand Down

0 comments on commit 9ad5172

Please sign in to comment.