Skip to content

Commit

Permalink
added missing colons
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3512 committed Jan 27, 2024
1 parent b07fcf2 commit 56862d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/admin/Analytics/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ const Stats = ({
</Typography>
<Typography className={styles.entry}>
<CheckCircle className={styles.icon} htmlColor="green" />
Confirmed (CMU) {data.confirmedCmu}
Confirmed (CMU): {data.confirmedCmu}
</Typography>
<Typography className={styles.entry}>
<Cancel className={styles.icon} htmlColor="red" />
Declined {data.declined}
Declined: {data.declined}
</Typography>
</div>
<div className={styles.subsection}>
Expand Down

0 comments on commit 56862d9

Please sign in to comment.