Skip to content

Commit

Permalink
fix #479
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Nov 6, 2023
1 parent fa64637 commit 4922d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/reports/ReportTableVirtualListRecord.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img :src='`/static_frontend/images/report_comparison_${score_comparison(source)}.png`'
v-if="score_comparison(source)" />
</span>
<span class="visuallyhidden"> {{ $t('link_to_report', {'url': source}) }}</span>
<span class="visuallyhidden"> {{ $t('link_to_report', {'url': source.url}) }}</span>
</a>
</td>
<td class="px-225"><div style="width: 200px; overflow-x: auto; white-space: nowrap;">{{ source.url }}</div></td>
Expand Down

0 comments on commit 4922d94

Please sign in to comment.