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

Commit

Permalink
Merge branch 'dashboard-pages' of github.com:PREreview/rapid-prerevie…
Browse files Browse the repository at this point in the history
…w into dashboard-pages
  • Loading branch information
harumhelmy committed Aug 3, 2020
2 parents ddfb561 + 4c04216 commit d853caa
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 @@ -236,7 +236,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 @@ -263,7 +263,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 d853caa

Please sign in to comment.