We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ead28d2 + b419b66 commit 4968fc3Copy full SHA for 4968fc3
src/reducers/projects.js
@@ -59,7 +59,7 @@ const dateFormat = 'MMM DD, YYYY'
59
*/
60
const buildBillingAccountOptions = (billingAccountObj) => {
61
const billingAccountOptions = billingAccountObj.map(billingAccount => ({
62
- label: `(${billingAccount.tcBillingAccountId}) ${
+ label: `[${billingAccount.tcBillingAccountId}] ${billingAccount.name} ${
63
billingAccount.endDate
64
? ' - ' + moment(billingAccount.endDate).format(dateFormat)
65
: ''
0 commit comments