Skip to content

Commit 4968fc3

Browse files
authored
Merge pull request #1614 from topcoder-platform/PM-878_show-ba-name
PM-878 - show BA name
2 parents ead28d2 + b419b66 commit 4968fc3

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)