We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18f256 commit 52679bbCopy full SHA for 52679bb
report-app/src/app/pages/report-viewer/report-viewer.html
@@ -370,7 +370,7 @@ <h4>A11y Violations</h4>
370
}
371
372
<h4>Generated Code</h4>
373
-
+
374
@for (file of attempt.outputFiles; track file) {
375
<strong>{{ file.filePath }}</strong>
376
<div class="util-buttons button-group">
@@ -385,7 +385,7 @@ <h4>Generated Code</h4>
385
386
387
</expansion-panel>
388
- }
+ }
389
390
@if (result.userJourneys && result.userJourneys.result.length > 0) {
391
<expansion-panel>
0 commit comments