Skip to content

Commit 52679bb

Browse files
tjshiucrisbeto
authored andcommitted
fix: Correct formatting in report viewer
1 parent d18f256 commit 52679bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report-app/src/app/pages/report-viewer/report-viewer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h4>A11y Violations</h4>
370370
}
371371

372372
<h4>Generated Code</h4>
373-
373+
374374
@for (file of attempt.outputFiles; track file) {
375375
<strong>{{ file.filePath }}</strong>
376376
<div class="util-buttons button-group">
@@ -385,7 +385,7 @@ <h4>Generated Code</h4>
385385
}
386386
}
387387
</expansion-panel>
388-
}
388+
}
389389

390390
@if (result.userJourneys && result.userJourneys.result.length > 0) {
391391
<expansion-panel>

0 commit comments

Comments
 (0)