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.
1 parent ead28d2 commit b419b66Copy full SHA for b419b66
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