diff --git a/src/reducers/projects.js b/src/reducers/projects.js index 888d01c0..e26c90d3 100644 --- a/src/reducers/projects.js +++ b/src/reducers/projects.js @@ -59,7 +59,7 @@ const dateFormat = 'MMM DD, YYYY' */ const buildBillingAccountOptions = (billingAccountObj) => { const billingAccountOptions = billingAccountObj.map(billingAccount => ({ - label: `(${billingAccount.tcBillingAccountId}) ${ + label: `[${billingAccount.tcBillingAccountId}] ${billingAccount.name} ${ billingAccount.endDate ? ' - ' + moment(billingAccount.endDate).format(dateFormat) : ''