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