Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 2e2aec3

Browse files
committed
Rename props as well
1 parent 1e0b28a commit 2e2aec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/views/github-tab-view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class GitHubTabView extends React.Component {
7070
if (this.props.repository.isEmpty()) {
7171
return (
7272
<GitHubBlankUninitialized
73-
openPublishDialog={this.props.openBoundPublishDialog}
73+
openBoundPublishDialog={this.props.openBoundPublishDialog}
7474
openGitTab={this.props.openGitTab}
7575
/>
7676
);
@@ -109,7 +109,7 @@ export default class GitHubTabView extends React.Component {
109109
}
110110

111111
return (
112-
<GitHubBlankNoRemote openPublishDialog={this.props.openBoundPublishDialog} />
112+
<GitHubBlankNoRemote openBoundPublishDialog={this.props.openBoundPublishDialog} />
113113
);
114114
}
115115

0 commit comments

Comments
 (0)