Skip to content

Commit

Permalink
fix(persons): switched from users to persons
Browse files Browse the repository at this point in the history
a person isnt necessarily a user
  • Loading branch information
travi committed Aug 27, 2017
1 parent a1b4d95 commit 2e7e771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stories/resource-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ storiesOf('Resource List', module)
))
)
.add(
'users list',
withInfo('list of users')(() => (
'persons list',
withInfo('list of persons')(() => (
<ResourceList
resourceType="users"
resourceType="persons"
loading={false}
resources={[
{
Expand Down

0 comments on commit 2e7e771

Please sign in to comment.