Simplify property access

This commit is contained in:
René Pfeuffer
2018-10-19 11:02:00 +02:00
parent b1c6036f29
commit 47ccc178f6

View File

@@ -46,7 +46,7 @@ class Sources extends React.Component<Props> {
path
} = this.props;
fetchBranches(this.props.repository);
fetchBranches(repository);
fetchSources(repository, revision, path);
}