File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/projects/detail/components/BillingAccountField Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {HOC as hoc} from 'formsy-react'
33
44import Select from '../../../../components/Select/Select'
55import { fetchBillingAccounts } from '../../../../api/billingAccounts'
6- import { SALESFORCE_PROJECT_LEAD_LINK } from '../../../../config/constants'
6+ // import {SALESFORCE_PROJECT_LEAD_LINK} from '../../../../config/constants'
77
88import styles from './styles.module.scss'
99
@@ -90,7 +90,8 @@ class BillingAccountField extends React.Component {
9090 options = { this . state . billingAccounts }
9191 isDisabled = { this . state . billingAccounts . length === 0 }
9292 />
93- < div className = { styles . manageBillingAccountLinkWrapper } >
93+ { /* Hide this link because we haven't implemented a required page in SFDC yet */ }
94+ { /* <div className={styles.manageBillingAccountLinkWrapper}>
9495 <a
9596 className={styles.manageBillingAccountLink}
9697 href={`${SALESFORCE_PROJECT_LEAD_LINK}${this.props.projectId}`}
@@ -99,7 +100,7 @@ class BillingAccountField extends React.Component {
99100 >
100101 Manage the billing account in Salesforce
101102 </a>
102- </ div >
103+ </div> */ }
103104 </ div >
104105 )
105106 }
You can’t perform that action at this time.
0 commit comments