mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +01:00
Simplify property access
This commit is contained in:
@@ -46,7 +46,7 @@ class Sources extends React.Component<Props> {
|
||||
path
|
||||
} = this.props;
|
||||
|
||||
fetchBranches(this.props.repository);
|
||||
fetchBranches(repository);
|
||||
fetchSources(repository, revision, path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user