Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Dec 14, 2023
1 parent 29a145f commit 32a25f8
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/app/pages/resources/api/api.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,26 +142,26 @@ function ChplResourcesApi() {
<Divider />
</Box>
<div className={classes.downloadSection}>
<Box width="66%">
<ul className={classes.listSpacing}>
<li>
<Typography gutterBottom><strong>Certified Products:</strong></Typography>
{' '}
Entire collection of a set of certified products, including all data elements. The file is in a JSON format, and the definition of that structure can be found in the &quot;Schemas&quot; section of the &quot;Certified Health IT Product Listing API&quot; documentation.
<ul>
<li>
The Active products summary file is updated nightly.
</li>
<li>
The Inactive products summary file is updated nightly.
</li>
<li>
The 2014 Edition Products file and the 2011 Edition Products file are updated quarterly.
</li>
</ul>
</li>
</ul>
</Box>
<Box width="66%">
<ul className={classes.listSpacing}>
<li>
<Typography gutterBottom><strong>Certified Products:</strong></Typography>
{' '}
Entire collection of a set of certified products, including all data elements. The file is in a JSON format, and the definition of that structure can be found in the &quot;Schemas&quot; section of the &quot;Certified Health IT Product Listing API&quot; documentation.
<ul>
<li>
The Active products summary file is updated nightly.
</li>
<li>
The Inactive products summary file is updated nightly.
</li>
<li>
The 2014 Edition Products file and the 2011 Edition Products file are updated quarterly.
</li>
</ul>
</li>
</ul>
</Box>
<Card className={classes.downloadCard}>
<CardHeader title="Select A File To Download" />
<CardContent>
Expand Down

0 comments on commit 32a25f8

Please sign in to comment.