Skip to content

Commit 72ce44a

Browse files
committed
fix naming
1 parent da835c2 commit 72ce44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Issue/IssueList/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const Issues = ({
118118
}
119119

120120
return (
121-
<IssuesList
121+
<IssueList
122122
issues={repository.issues}
123123
loading={loading}
124124
repositoryOwner={repositoryOwner}
@@ -160,7 +160,7 @@ const IssueFilter = ({
160160
</ApolloConsumer>
161161
);
162162

163-
const IssuesList = ({
163+
const IssueList = ({
164164
issues,
165165
loading,
166166
repositoryOwner,

0 commit comments

Comments
 (0)