import React from 'react'; import _ from 'lodash'; import faker from 'faker/locale/en_US'; const TrTableRecentFundings = () => ( { _.times(6, (index) => ( { faker.company.companyName() } ${ faker.commerce.price() } 20-02-2015 View )) } ) export { TrTableRecentFundings };