File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/ChallengesComponent/ChallengeList Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,12 +178,12 @@ class ChallengeList extends Component {
178178 < div className = { styles . row } >
179179 { ! isBillingAccountLoading && ! isBillingAccountLoadingFailed && ! isBillingAccountExpired && (
180180 < div className = { 'col-9' } >
181- Billing Account: < span className = { styles . active } > { status } </ span > Start Date: { billingStartDate } End Date: { billingEndDate }
181+ < span className = { styles . title } > Billing Account: </ span > < span className = { styles . active } > { status } </ span > Start Date: { billingStartDate } End Date: { billingEndDate }
182182 </ div >
183183 ) }
184184 { ! isBillingAccountLoading && ! isBillingAccountLoadingFailed && isBillingAccountExpired && (
185185 < div className = { 'col-9' } >
186- Billing Account: < span className = { styles . inactive } > INACTIVE</ span > Start Date: { billingStartDate } End Date: { billingEndDate }
186+ < span className = { styles . title } > Billing Account: </ span > < span className = { styles . inactive } > INACTIVE</ span > Start Date: { billingStartDate } End Date: { billingEndDate }
187187 </ div >
188188 ) }
189189 { ! isBillingAccountLoading && isBillingAccountLoadingFailed && (
You can’t perform that action at this time.
0 commit comments