Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrdsch committed Dec 15, 2023
1 parent c0cbfe9 commit 43d7728
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
Display state-level percentile data
</label>
</div>
{selectedRegion && states && categoryId !== undefined && (
Expand Down

0 comments on commit 43d7728

Please sign in to comment.