Skip to content

Commit

Permalink
fix: removed useless HTML outline, see daisy/ace#269
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jun 24, 2024
1 parent e87dfe2 commit 6959aa6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/renderer/components/ReportSections/Outlines.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ export default class Outlines extends React.Component {
<div dangerouslySetInnerHTML={createMarkup(outlines.headings)}/>
</Grid>

{
/*
<Grid item xs>
<h3>{localize("report.outlinesSection.html")}</h3>
<div dangerouslySetInnerHTML={createMarkup(outlines.html)}/>
</Grid>
</Grid>
</section>
*/
}
</Grid>
</section>
);
}
}
Expand Down

0 comments on commit 6959aa6

Please sign in to comment.