mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
adjust displayed links depending on type of change
This commit is contained in:
@@ -26,11 +26,12 @@ import DiffFile from "./DiffFile";
|
||||
import { DiffObjectProps, File } from "./DiffTypes";
|
||||
import Notification from "../Notification";
|
||||
import { WithTranslation, withTranslation } from "react-i18next";
|
||||
import {Changeset} from "@scm-manager/ui-types";
|
||||
|
||||
type Props = WithTranslation &
|
||||
DiffObjectProps & {
|
||||
diff: File[];
|
||||
changesetId?: string;
|
||||
changeset: Changeset;
|
||||
baseUrl?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user