fixed small review findings

This commit is contained in:
Sebastian Sdorra
2020-01-15 10:49:01 +01:00
parent 5e99ee92bf
commit c85e37c665
9 changed files with 33 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ type Props = WithTranslation &
selectedBranch: string;
// dispatch props
fetchSources: (p1: Repository, p2: string, p3: string) => void;
fetchSources: (repository: Repository, revision: string, path: string) => void;
};
class Sources extends React.Component<Props> {