diff --git a/scm-ui-components/packages/ui-components/src/repos/DiffFile.js b/scm-ui-components/packages/ui-components/src/repos/DiffFile.js index 3a04880863..bf2cefc9fc 100644 --- a/scm-ui-components/packages/ui-components/src/repos/DiffFile.js +++ b/scm-ui-components/packages/ui-components/src/repos/DiffFile.js @@ -11,7 +11,7 @@ import { import injectSheets from "react-jss"; import classNames from "classnames"; import { translate } from "react-i18next"; -import { Button } from "../buttons"; +import { ButtonGroup, Button } from "../buttons"; const styles = { panel: { @@ -241,20 +241,25 @@ class DiffFile extends React.Component { {this.renderChangeTag(file)}
- - {fileControls} + + + {fileControls} +