Skip to content

Commit da835c2

Browse files
committed
match state namings to GIthubs namings
1 parent f81ad70 commit da835c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Issue/IssueList/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import { ButtonUnobtrusive } from '../../Button';
1313
import './style.css';
1414

1515
const SHOW_STATES = {
16-
NO_ISSUES: 'NO_ISSUES',
17-
OPEN_ISSUES: 'OPEN_ISSUES',
18-
CLOSED_ISSUES: 'CLOSES_ISSUES',
16+
NO_ISSUES: 'NONE',
17+
OPEN_ISSUES: 'OPEN',
18+
CLOSED_ISSUES: 'CLOSED',
1919
};
2020

2121
const SHOW_TRANSITION_LABELS = {

0 commit comments

Comments
 (0)