Skip to content

Commit

Permalink
Hide generate report button from Risk.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Feb 29, 2024
1 parent 1213b87 commit 88ce58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/Risk/Risk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const Risk: React.FC = (props) => {
<div></div>
</div>
)}
<p>
{/* <p>
<USWDSButton
outline
type="button"
Expand All @@ -270,7 +270,7 @@ const Risk: React.FC = (props) => {
>
Generate Report
</USWDSButton>
</p>
</p> */}
<div id="wrapper" className={contentWrapper}>
{stats && (
<div className={content}>
Expand Down

0 comments on commit 88ce58c

Please sign in to comment.