Check if baseUrl is missing, update storyshots

This commit is contained in:
Florian Scholdei
2020-07-28 12:36:21 +02:00
parent 858699a3b0
commit d462addbf1
4 changed files with 22 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ type Props = WithTranslation &
DiffObjectProps & {
diff: File[];
changesetId?: string;
baseUrl?: string;
};
class Diff extends React.Component<Props> {