Add missing prop

This commit is contained in:
Florian Scholdei
2020-07-28 12:53:47 +02:00
parent 8b03275848
commit cef36d2763

View File

@@ -47,6 +47,7 @@ type Props = DiffObjectProps &
WithTranslation & { WithTranslation & {
file: File; file: File;
changesetId?: string; changesetId?: string;
baseUrl?: string;
}; };
type Collapsible = { type Collapsible = {