Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Minor changes to checkbox label on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
harumhelmy authored Jul 30, 2020
1 parent ca0009c commit 4c04216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function Dashboard() {
name="hasData"
label={
<span className="facets__facet-label">
With Reported Data{' '}
With reported data{' '}
</span>
}
checked={params.get('data') === 'true'}
Expand All @@ -260,7 +260,7 @@ export default function Dashboard() {
name="hasCode"
label={
<span className="facets__facet-label">
With Reported Code{' '}
With reported code{' '}
</span>
}
checked={params.get('code') === 'true'}
Expand Down

0 comments on commit 4c04216

Please sign in to comment.