Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5ef8c

Browse files
authored
Merge pull request atom#1461 from atom/aw/oops
GitTabItem is the root of the git tab subtree
2 parents e37f9fd + e928439 commit df5ef8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/controllers/root-controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import GitTimingsView from '../views/git-timings-view';
1818
import GithubTabController from './github-tab-controller';
1919
import FilePatchController from './file-patch-controller';
2020
import IssueishPaneItem from '../items/issueish-pane-item';
21-
import GitTabController from './git-tab-controller';
21+
import GitTabItem from '../items/git-tab-item';
2222
import StatusBarTileController from './status-bar-tile-controller';
2323
import RepositoryConflictController from './repository-conflict-controller';
2424
import GithubLoginModel from '../models/github-login-model';
@@ -182,7 +182,7 @@ export default class RootController extends React.Component {
182182
stubItem={this.props.gitTabStubItem}
183183
itemHolder={this.refGitTabController}
184184
activate={this.props.startOpen}>
185-
<GitTabController
185+
<GitTabItem
186186
ref={this.refGitTabController.setter}
187187
workspace={this.props.workspace}
188188
commandRegistry={this.props.commandRegistry}

0 commit comments

Comments
 (0)