mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Moved DiffView into ChangesetDetails
This commit is contained in:
@@ -12,6 +12,7 @@ import AvatarImage from "./AvatarImage";
|
||||
import classNames from "classnames";
|
||||
import ChangesetId from "./ChangesetId";
|
||||
import type {Tag} from "@scm-manager/ui-types";
|
||||
import DiffView from "../../containers/DiffView";
|
||||
|
||||
const styles = {
|
||||
spacing: {
|
||||
@@ -70,6 +71,8 @@ class ChangesetDetails extends React.Component<Props> {
|
||||
);
|
||||
})}
|
||||
</p>
|
||||
|
||||
<DiffView changeset={changeset} sideBySide={false} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user