Skip to content

Commit

Permalink
FME: fixed failing prettier...
Browse files Browse the repository at this point in the history
  • Loading branch information
jesade-vbg committed May 27, 2022
1 parent 20fadae commit a147693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion new-client/src/plugins/FmeServer/FmeServerView.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,9 @@ const FmeServerView = (props) => {
// Renders the selected value under the steps title
// Is currently only used for group and product.
return (
<div style={{ position: "relative", fontWeight: "normal", height: "0" }}>{value}</div>
<div style={{ position: "relative", fontWeight: "normal", height: "0" }}>
{value}
</div>
);
}

Expand Down

0 comments on commit a147693

Please sign in to comment.