Skip to content

Commit dfc8de1

Browse files
committed
Fix typo
1 parent 7adb121 commit dfc8de1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/components/ChallengesComponent/ChallengeList/index.js

+1-1
Original file line numberDiff line numberDiff 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> &nbsp; <span className={styles.title}>Start Date:</span< {billingStartDate} &nbsp; <span className={styles.title}>End Date:</span> {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)