File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import GitTimingsView from '../views/git-timings-view';
18
18
import GithubTabController from './github-tab-controller' ;
19
19
import FilePatchController from './file-patch-controller' ;
20
20
import IssueishPaneItem from '../items/issueish-pane-item' ;
21
- import GitTabController from './ git-tab-controller ' ;
21
+ import GitTabItem from '../items/ git-tab-item ' ;
22
22
import StatusBarTileController from './status-bar-tile-controller' ;
23
23
import RepositoryConflictController from './repository-conflict-controller' ;
24
24
import GithubLoginModel from '../models/github-login-model' ;
@@ -182,7 +182,7 @@ export default class RootController extends React.Component {
182
182
stubItem = { this . props . gitTabStubItem }
183
183
itemHolder = { this . refGitTabController }
184
184
activate = { this . props . startOpen } >
185
- < GitTabController
185
+ < GitTabItem
186
186
ref = { this . refGitTabController . setter }
187
187
workspace = { this . props . workspace }
188
188
commandRegistry = { this . props . commandRegistry }
You can’t perform that action at this time.
0 commit comments