Skip to content

Commit

Permalink
check to see if changes are actually being deployed on development
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrdsch committed Dec 15, 2023
1 parent 5f90660 commit c0cbfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/report-card/ReportCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function ReportCard() {
<div>
<label>
<input type="checkbox" checked={checked} onChange={handleChange} />
Display state-level percentile data
Display state-level percentile
</label>
</div>
{selectedRegion && states && categoryId !== undefined && (
Expand Down

0 comments on commit c0cbfe9

Please sign in to comment.