Skip to content

Commit 7adb121

Browse files
committed
One more UI tweak to billing account details display
1 parent ad14db5 commit 7adb121

File tree

1 file changed

+2
-2
lines changed
  • src/components/ChallengesComponent/ChallengeList

1 file changed

+2
-2
lines changed

src/components/ChallengesComponent/ChallengeList/index.js

+2-2
Original file line numberDiff line numberDiff 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-
<span className={styles.title}>Billing Account: </span><span className={styles.active}>{status}</span> &nbsp; Start Date: {billingStartDate} &nbsp; End Date: {billingEndDate}
181+
<span className={styles.title}>Billing Account: </span><span className={styles.active}>{status}</span> &nbsp; <span className={styles.title}>Start Date:</span> {billingStartDate} &nbsp; <span className={styles.title}>End Date:</span> {billingEndDate}
182182
</div>
183183
)}
184184
{!isBillingAccountLoading && !isBillingAccountLoadingFailed && isBillingAccountExpired && (
185185
<div className={'col-9'}>
186-
<span className={styles.title}>Billing Account: </span><span className={styles.inactive}>INACTIVE</span> &nbsp; Start Date: {billingStartDate} &nbsp; End Date: {billingEndDate}
186+
<span className={styles.title}>Billing Account: </span><span className={styles.inactive}>INACTIVE</span> &nbsp; <span className={styles.title}>Start Date:</span< {billingStartDate} &nbsp; <span className={styles.title}>End Date:</span> {billingEndDate}
187187
</div>
188188
)}
189189
{!isBillingAccountLoading && isBillingAccountLoadingFailed && (

0 commit comments

Comments
 (0)