Skip to content

Commit

Permalink
Add few more duplicate users to table so there are many pages
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-hadzic committed Sep 14, 2018
1 parent 50d22a0 commit 1025b1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stories/common/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ const users = [
},
];

let i = 100;
while (i > 6) {
users.push({ id: i--, firstName: 'test', lastName: 'test', status: 'ACTIVE', confirmed: true });
}

export default users;

0 comments on commit 1025b1f

Please sign in to comment.