Display projects
Created by: alesso-x
To see ProjectCard components go to Building container sagas and add the array below to the data variable inside the function getProjects.
[
{
client_id: 5,
created: '2016-04-29T19:25:08.509790+00:00',
id: 6,
name: '2324 Pitkin Avenue',
sales_force_id: '00661000009yx9lAAA',
slug: '2324-pitkin-avenue-6',
state: 'pending',
updated: null,
program_type: 'CBRA',
building_id: buildingId,
},
{
client_id: 10,
created: '2016-04-29T19:25:08.509790+00:00',
id: 7,
name: '2324 Pitkin Avenue',
sales_force_id: '00661000009yx9lAAA',
slug: '2324-pitkin-avenue-6',
state: 'pending',
updated: null,
program_type: 'BUILD HEALTH',
building_id: buildingId,
},
]