Skip to content

Commit 494dc42

Browse files
authored
Merge pull request #229 from icefoganalytics/test
Update ReportsStore.js
2 parents 0ec903a + c681deb commit 494dc42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/web/src/modules/Administration/store/ReportsStore.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,18 +402,18 @@ const state = {
402402
downloadFormat: [".csv"],
403403
headers: [
404404
{ text: "SIN", value: "sin" },
405-
{ text: "Last name", value: "last_name" },
406-
{ text: "First name", value: "first_name" },
405+
{ text: "Last name", value: "lastName" },
406+
{ text: "First name", value: "firstName" },
407407
{ text: "Initials", value: "initials" },
408408
{ text: "Address1", value: "address1" },
409409
{ text: "Address2", value: "address2" },
410410
{ text: "City", value: "city" },
411411
{ text: "Province", value: "province" },
412412
{ text: "Country", value: "country" },
413-
{ text: "Postal code", value: "postal_code" },
413+
{ text: "Postal code", value: "postalCode" },
414414
{ text: "Fund type", value: "description" },
415415
{ text: "Amount", value: "amount" },
416-
{ text: "Vendor ID", value: "vendor_id" },
416+
{ text: "Vendor ID", value: "vendorId" },
417417
],
418418
},
419419
],

0 commit comments

Comments
 (0)