Skip to content

Commit b419b66

Browse files
committed
PM-878 - show BA name
1 parent ead28d2 commit b419b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const dateFormat = 'MMM DD, YYYY'
5959
*/
6060
const buildBillingAccountOptions = (billingAccountObj) => {
6161
const billingAccountOptions = billingAccountObj.map(billingAccount => ({
62-
label: `(${billingAccount.tcBillingAccountId}) ${
62+
label: `[${billingAccount.tcBillingAccountId}] ${billingAccount.name} ${
6363
billingAccount.endDate
6464
? ' - ' + moment(billingAccount.endDate).format(dateFormat)
6565
: ''

0 commit comments

Comments
 (0)