Skip to content

Commit eb87ba2

Browse files
committed
Removed duplicate title for Accessibility Barriers Remaining
1 parent ca8e810 commit eb87ba2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assets/js/Components/ReportsPage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ export default function ReportsPage({t, report, settings, quickSearchTerm}) {
254254
<div className="flex-column w-100 flex-shrink-1 flex-grow-1">
255255
{ showChart && (
256256
<div className="mt-4">
257-
<div className="flex-row w-100 justify-content-center">
258-
<h2 className="primary-dark mt-0 mb-2">{t('report.title.barriers_remaining')}</h2>
259-
</div>
260257
<div id="resolutionsReport" className="graph-container">
261258
<ResolutionsReport t={t} reports={reports}/>
262259
</div>

0 commit comments

Comments
 (0)