diff --git a/conda/js/src/components/algorithm/AlgorithmEditor.jsx b/conda/js/src/components/algorithm/AlgorithmEditor.jsx index 7b5845c3ec0c3af7a5fdceaaa871171f3e60d7a0..2318f550331f469e342df893293d8e80a53a6195 100644 --- a/conda/js/src/components/algorithm/AlgorithmEditor.jsx +++ b/conda/js/src/components/algorithm/AlgorithmEditor.jsx @@ -564,6 +564,7 @@ export class AlgorithmEditor extends React.Component<Props, State> { </div> {/* simple universal stuff - description, what type of alg, if its splittable */} <Form> + <React.Fragment> <FormGroup tag='fieldset'> <FormGroup> <Label for='algDesc'>Short Description</Label> @@ -700,6 +701,7 @@ export class AlgorithmEditor extends React.Component<Props, State> { { this.renderLibraries() } { this.props.data.contents.results && this.renderResults() } </TabContent> + </React.Fragment> </Form> </div> );