Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 30, 2024
1 parent 00a80e1 commit ac533c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { ConfigEditor } from "../ConfigEditor";
const TargetConfigInfo: React.FC<{ config: Record<string, any> }> = ({
config,
}) => {
yaml.dump(config);
return <ConfigEditor value={yaml.dump(config)} readOnly />;
};

Expand Down

0 comments on commit ac533c4

Please sign in to comment.