Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Jul 28, 2022
1 parent 7adb121 commit dfc8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChallengesComponent/ChallengeList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class ChallengeList extends Component {
)}
{!isBillingAccountLoading && !isBillingAccountLoadingFailed && isBillingAccountExpired && (
<div className={'col-9'}>
<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}
<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}
</div>
)}
{!isBillingAccountLoading && isBillingAccountLoadingFailed && (
Expand Down

0 comments on commit dfc8de1

Please sign in to comment.