Skip to content

Commit

Permalink
Update WordCountMetaAnalyticsChart.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarika-padmanaban authored Oct 4, 2024
1 parent bc8361d commit de9059f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function WordCountMetaAnalyticsChart(props) {
</Box>
<Box className={classes.topBarInnerBox}>
<Typography style={{ fontSize: "0.875rem", fontWeight: "400" }}>
Total Annotated Word Count
Total Annotated Count
</Typography>
<Typography style={{ fontSize: "1.125rem", fontWeight: "400" }}>
{totalWordCount &&
Expand All @@ -221,7 +221,7 @@ export default function WordCountMetaAnalyticsChart(props) {
</Box>
<Box className={classes.topBarInnerBox}>
<Typography style={{ fontSize: "0.875rem", fontWeight: "400" }}>
Pending Review Word Count
Pending Review Count
</Typography>
<Typography style={{ fontSize: "1.125rem", fontWeight: "400" }}>
{totalAnnotationWordCount &&
Expand All @@ -230,7 +230,7 @@ export default function WordCountMetaAnalyticsChart(props) {
</Box>
<Box className={classes.topBarInnerBox}>
<Typography style={{ fontSize: "0.875rem", fontWeight: "400" }}>
Review Completed Word Count
Review Completed Count
</Typography>
<Typography style={{ fontSize: "1.125rem", fontWeight: "400" }}>
{totalReviewWordCount &&
Expand Down

0 comments on commit de9059f

Please sign in to comment.