Skip to content

Commit 0490129

Browse files
[autofix.ci] apply automated fixes
1 parent aa5c739 commit 0490129

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

app/components/PackageProvenanceSection.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ defineProps<{
3131
class="i-solar-shield-check-outline w-4 h-4 shrink-0 text-emerald-500"
3232
aria-hidden="true"
3333
/>
34-
<span v-html="$t('package.provenance_section.built_and_signed_on', { provider: `<b>${details.providerLabel}</b>` })" />
34+
<span
35+
v-html="
36+
$t('package.provenance_section.built_and_signed_on', {
37+
provider: `<b>${details.providerLabel}</b>`,
38+
})
39+
"
40+
/>
3541
</p>
3642
<a
3743
v-if="details.buildSummaryUrl"

0 commit comments

Comments
 (0)