Skip to content

Commit

Permalink
remove test copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Feb 2, 2024
1 parent 7a99ec3 commit 538c1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/report/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class Overview extends Component {
</div>
<div className={`panel ${noSummaryData ? "no-entries" : ""}`}>
{/* JUST to test copy */}
<div style={{ marginBottom: "16px", textAlign: "right" }}>
{/* <div style={{ marginBottom: "16px", textAlign: "right" }}>
{" "}
<button
onClick={this.copyAllData}
Expand All @@ -219,7 +219,7 @@ export default class Overview extends Component {
>
Test Copy All HTML Text
</button>
</div>
</div> */}
<div className="panel__item bordered full-width score-panel">
<ScoringSummary
summary={dataToShow}
Expand Down

0 comments on commit 538c1ad

Please sign in to comment.