Skip to content

Commit

Permalink
Update app/assets/scripts/components/project/sec-panel/class-analytic…
Browse files Browse the repository at this point in the history
…s-chart.js

Co-authored-by: Lane Goodman <[email protected]>
  • Loading branch information
vgeorge and LanesGood authored Mar 11, 2024
1 parent 428b3da commit 1716735
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,11 @@ function ClassAnalyticsChart(props) {
<Prose size='small' data-tip data-for={c.name}>
{c.name}
</Prose>
{totalArea && (

Check failure on line 165 in app/assets/scripts/components/project/sec-panel/class-analytics-chart.js

View workflow job for this annotation

GitHub Actions / lint

Insert `····`
<Prose size='small' className='percent'>

Check failure on line 166 in app/assets/scripts/components/project/sec-panel/class-analytics-chart.js

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
{landArea(checkpoint.analytics[i][metric])}

Check failure on line 167 in app/assets/scripts/components/project/sec-panel/class-analytics-chart.js

View workflow job for this annotation

GitHub Actions / lint

Replace `··················` with `····················`
</Prose>

Check failure on line 168 in app/assets/scripts/components/project/sec-panel/class-analytics-chart.js

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
)}

Check failure on line 169 in app/assets/scripts/components/project/sec-panel/class-analytics-chart.js

View workflow job for this annotation

GitHub Actions / lint

Insert `····`
<Prose size='small' className='percent'>
{prettyPrint(checkpoint.analytics[i][metric], metric)}
</Prose>
Expand Down

0 comments on commit 1716735

Please sign in to comment.