Skip to content

Commit

Permalink
Format employees data
Browse files Browse the repository at this point in the history
  • Loading branch information
SafdarJamal committed Jun 23, 2022
1 parent e4fafba commit fce9f3c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,80 +5,80 @@ const employeesData = [
lastName: 'Jordon',
email: '[email protected]',
salary: '95000',
date: '2019-04-11'
date: '2019-04-11',
},
{
id: 2,
firstName: 'Adrienne',
lastName: 'Doak',
email: '[email protected]',
salary: '80000',
date: '2019-04-17'
date: '2019-04-17',
},
{
id: 3,
firstName: 'Rolf',
lastName: 'Hegdal',
email: '[email protected]',
salary: '79000',
date: '2019-05-01'
date: '2019-05-01',
},
{
id: 4,
firstName: 'Kent',
lastName: 'Rosner',
email: '[email protected]',
salary: '56000',
date: '2019-05-03'
date: '2019-05-03',
},
{
id: 5,
firstName: 'Arsenio',
lastName: 'Grant',
email: '[email protected]',
salary: '65000',
date: '2019-06-13'
date: '2019-06-13',
},
{
id: 6,
firstName: 'Laurena',
lastName: 'Lurie',
email: '[email protected]',
salary: '120000',
date: '2019-07-30'
date: '2019-07-30',
},
{
id: 7,
firstName: 'George',
lastName: 'Tallman',
email: '[email protected]',
salary: '90000',
date: '2019-08-15'
date: '2019-08-15',
},
{
id: 8,
firstName: 'Jesica',
lastName: 'Watlington',
email: '[email protected]',
salary: '60000',
date: '2019-10-10'
date: '2019-10-10',
},
{
id: 9,
firstName: 'Matthew',
lastName: 'Warren',
email: '[email protected]',
salary: '71000',
date: '2019-10-15'
date: '2019-10-15',
},
{
id: 10,
firstName: 'Lyndsey',
lastName: 'Follette',
email: '[email protected]',
salary: '110000',
date: '2020-01-15'
}
date: '2020-01-15',
},
];

export { employeesData };

0 comments on commit fce9f3c

Please sign in to comment.