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

Skip to content

Commit 6dd2598

Browse files
kuychacoBinaryMuse
authored andcommitted
PrPaneItemView -> IssueishPaneItemView
1 parent 75968d6 commit 6dd2598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/containers/issueish-pane-item-container.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const prStateToIcon = {
2121
MERGED: 'git-merge',
2222
};
2323

24-
export class PrPaneItemView extends React.Component {
24+
export class IssueishPaneItemView extends React.Component {
2525
static propTypes = {
2626
switchToIssueish: React.PropTypes.func.isRequired,
2727
repository: React.PropTypes.shape({
@@ -91,7 +91,7 @@ export class PrPaneItemView extends React.Component {
9191
}
9292
}
9393

94-
export default Relay.createContainer(PrPaneItemView, {
94+
export default Relay.createContainer(IssueishPaneItemView, {
9595
fragments: {
9696
repository: () => Relay.QL`
9797
fragment on Repository {

0 commit comments

Comments
 (0)